MVN

com.oroarmor : neural-network

Maven & Gradle

Feb 21, 2021
0 stars

Neural Network Library · A simple Java Neural Network Library

<dependency>
    <groupId>com.oroarmor</groupId>
    <artifactId>neural-network</artifactId>
    <version>beta-1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oroarmor : neural-network to add to Maven or Gradle - Latest Versions:

  • Latest Stable: beta-1.3.0

All Versions

Choose a version of com.oroarmor : neural-network to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
beta
neural-network-beta-1.3.0
neural-network-beta-1.2.0

How to add a dependency to Maven

Add the following com.oroarmor : neural-network maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oroarmor</groupId>
    <artifactId>neural-network</artifactId>
    <version>beta-1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oroarmor : neural-network gradle dependency to your build.gradle file:

implementation 'com.oroarmor:neural-network:beta-1.3.0'

Gradle Kotlin DSL: Add the following com.oroarmor : neural-network gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oroarmor:neural-network:beta-1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oroarmor : neural-network sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oroarmor" % "neural-network" % "beta-1.3.0"