MVN

io.github.kordyukov : project-neurons

Maven & Gradle

Apr 18, 2023

Project Neurons structure for training · Project Neurons

<dependency>
    <groupId>io.github.kordyukov</groupId>
    <artifactId>project-neurons</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kordyukov : project-neurons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of io.github.kordyukov : project-neurons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
project-neurons-1.1.9
project-neurons-1.1.8
project-neurons-1.1.7
project-neurons-1.1.6
project-neurons-1.1.5
project-neurons-1.1.4
project-neurons-1.1.3
project-neurons-1.1.2
project-neurons-1.1.1
project-neurons-1.1.0

How to add a dependency to Maven

Add the following io.github.kordyukov : project-neurons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kordyukov</groupId>
    <artifactId>project-neurons</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kordyukov : project-neurons gradle dependency to your build.gradle file:

implementation 'io.github.kordyukov:project-neurons:1.1.9'

Gradle Kotlin DSL: Add the following io.github.kordyukov : project-neurons gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kordyukov:project-neurons:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kordyukov : project-neurons sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kordyukov" % "project-neurons" % "1.1.9"