maven - otavanopisto/kohonen GitHub Wiki
Library is provided as a Maven project. Built version of it is hosted on Otavan Opisto Maven server so you will need to add the repository entry also if you wish to use it from there. Common repository version should be coming soon™.
Dependency (change the version as needed):
<dependency>
<groupId>fi.otavanopisto</groupId>
<artifactId>kohonen</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
Repositories:
<repositories>
<repository>
<id>otavanopisto-releases</id>
<name>Otavan Opisto Releases</name>
<url>http://maven.otavanopisto.fi:7070/nexus/content/repositories/releases</url>
</repository>
<repository>
<id>otavanopisto-snapshots</id>
<name>Otavan Opisto Snapshots</name>
<url>http://maven.otavanopisto.fi:7070/nexus/content/repositories/snapshots</url>
</repository>
</repositories>