is not current version
Last Version 0.6

com.googlecode.fannj:fannj 0.5

Provides Java bindings to the Fast Artificial Neural Network Library (FANN).

GroupId

GroupId

com.googlecode.fannj
ArtifactId

ArtifactId

fannj
Version

Version

0.5
Type

Type

jar

Download fannj 0.5


<!-- https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/ -->
<dependency>
    <groupId>com.googlecode.fannj</groupId>
    <artifactId>fannj</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/
implementation 'com.googlecode.fannj:fannj:0.5'
// https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/
implementation ("com.googlecode.fannj:fannj:0.5")
'com.googlecode.fannj:fannj:jar:0.5'
<dependency org="com.googlecode.fannj" name="fannj" rev="0.5">
  <artifact name="fannj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.fannj', module='fannj', version='0.5')
)
libraryDependencies += "com.googlecode.fannj" % "fannj" % "0.5"
[com.googlecode.fannj/fannj "0.5"]