JARs
You can download cognity JARs form the Sourceforge page.
Maven
In order to get Cognity through Maven you have to include the information about cognity's Maven repository:
1 2 3 4 5 6 | < repository > < id >cognity-repository</ id > < name >Cognity repository</ name > </ repository > |
And then specify the dependency:
1 2 3 4 5 6 | < dependency > < groupid >org.cognity</ groupid > < artifactid >cognity</ artifactid > < version >0.1.0</ version > </ dependency > |