f

fannj

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