n

neuroph-core

Files download
File Operation
neuroph-core-2.98.jar download
neuroph-core-2.98.pom download
neuroph-core-2.98-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.neuroph</groupId>
  <artifactId>neuroph-core</artifactId>
  <version>2.98</version>
</dependency>
Gradle Groovy
implementation 'com.github.neuroph:neuroph-core:2.98'
Gradle Kotlin
implementation("com.github.neuroph:neuroph-core:2.98")
Scala SBT
libraryDependencies += "com.github.neuroph" % "neuroph-core" % "2.98"
Groovy Grape
@Grapes(
  @Grab(group='com.github.neuroph', module='neuroph-core', version='2.98')
)
Apache Ivy
<dependency org="com.github.neuroph" name="neuroph-core" rev="2.98" />
Leiningen
[com.github.neuroph/neuroph-core "2.98"]
Apache Buildr
'com.github.neuroph:neuroph-core:jar:2.98'