is not current version
Last Version 1.0.0

com.github.mrdimosthenis:synapses-clj 1.0.0-RC1

A neural networks library for Clojure

GroupId

GroupId

com.github.mrdimosthenis
ArtifactId

ArtifactId

synapses-clj
Version

Version

1.0.0-RC1
Type

Type

jar

Download synapses-clj 1.0.0-RC1


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