f

fannj

Provides Java bindings to the Fast Artificial Neural Network Library (FANN).
http://code.google.com/p/fannj
GNU LGPL v3
Kyle Renfro
Files download
File Operation
fannj-0.6.jar download
fannj-0.6.pom download
fannj-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.fannj</groupId>
  <artifactId>fannj</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.fannj:fannj:0.6'
Gradle Kotlin
implementation("com.googlecode.fannj:fannj:0.6")
Scala SBT
libraryDependencies += "com.googlecode.fannj" % "fannj" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.fannj', module='fannj', version='0.6')
)
Apache Ivy
<dependency org="com.googlecode.fannj" name="fannj" rev="0.6" />
Leiningen
[com.googlecode.fannj/fannj "0.6"]
Apache Buildr
'com.googlecode.fannj:fannj:jar:0.6'