Source: https://opensource.com/business/16/2/top-6-open-source-crm-tools-2016 + community contributions
EspoCRM `github.com/espocrm/espocrm`_ PHP https://www.espocrm.com
Source: https://opensource.com/business/16/2/top-6-open-source-crm-tools-2016 + community contributions
EspoCRM `github.com/espocrm/espocrm`_ PHP https://www.espocrm.com
| package tictactoe; | |
| /** | |
| * Board class represents Model of game | |
| * | |
| * @author Alexander Koster | |
| * @version 2017-06-30 | |
| */ | |
| public class Board | |
| { |