is not current version
Last Version 1.0.6

com.github.chen0040:java-adaptive-resonance-theory 1.0.5

Java implementation of Adaptive Resonance Theory (ART) algorithms such as ART, ARTMAP, FuzzyART

Categories

Categories

Java Languages
GroupId

GroupId

com.github.chen0040
ArtifactId

ArtifactId

java-adaptive-resonance-theory
Version

Version

1.0.5
Type

Type

jar

Download java-adaptive-resonance-theory 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-adaptive-resonance-theory/ -->
<dependency>
    <groupId>com.github.chen0040</groupId>
    <artifactId>java-adaptive-resonance-theory</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-adaptive-resonance-theory/
implementation 'com.github.chen0040:java-adaptive-resonance-theory:1.0.5'
// https://jarcasting.com/artifacts/com.github.chen0040/java-adaptive-resonance-theory/
implementation ("com.github.chen0040:java-adaptive-resonance-theory:1.0.5")
'com.github.chen0040:java-adaptive-resonance-theory:jar:1.0.5'
<dependency org="com.github.chen0040" name="java-adaptive-resonance-theory" rev="1.0.5">
  <artifact name="java-adaptive-resonance-theory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-adaptive-resonance-theory', version='1.0.5')
)
libraryDependencies += "com.github.chen0040" % "java-adaptive-resonance-theory" % "1.0.5"
[com.github.chen0040/java-adaptive-resonance-theory "1.0.5"]