is not current version
Last Version 0.6

com.googlecode.fannj:fannj 0.2

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

GroupId

GroupId

com.googlecode.fannj
ArtifactId

ArtifactId

fannj
Version

Version

0.2
Type

Type

jar

Download fannj 0.2

Filename Size
fannj-0.2.pom
fannj-0.2.jar 9 KB
Browse

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