MVN

org.nd4j : nd4j-bytebuddy

Maven & Gradle

Dec 18, 2021
1 usages
1.8k stars

nd4j-bytebuddy

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-bytebuddy</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nd4j : nd4j-bytebuddy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1
  • Latest Release Candidate: 0.4-rc3.10

All Versions

Choose a version of org.nd4j : nd4j-bytebuddy to add to Maven or Gradle - All Versions:

  • Version Updated
  • nd4j-bytebuddy-0.9.1

    Aug 12, 2017
  • nd4j-bytebuddy-0.9.0

    Aug 01, 2017
  • nd4j-bytebuddy-0.8.0

    Mar 11, 2017
  • nd4j-bytebuddy-0.7.2

    Dec 24, 2016
  • nd4j-bytebuddy-0.7.1

    Dec 02, 2016
  • nd4j-bytebuddy-0.7.0

    Nov 21, 2016
  • nd4j-bytebuddy-0.6.0

    Sep 16, 2016
  • nd4j-bytebuddy-0.5.0

    Aug 03, 2016
  • nd4j-bytebuddy-0.4.0

    Jul 11, 2016
  • nd4j-bytebuddy-0.4-rc3.10

    Jun 06, 2016
  • nd4j-bytebuddy-0.4-rc3.9

    May 17, 2016
  • nd4j-bytebuddy-0.4-rc3.8

    Jan 01, 2016
  • nd4j-bytebuddy-0.4-rc3.7

    Nov 23, 2015
  • nd4j-bytebuddy-0.4-rc3.6

    Nov 04, 2015
  • nd4j-bytebuddy-0.4-rc3.5

    Sep 28, 2015
  • nd4j-bytebuddy-0.4-rc3.4

    Sep 23, 2015
  • nd4j-bytebuddy-0.4-rc3.3

    Sep 23, 2015
  • nd4j-bytebuddy-0.4-rc3.2

    Sep 21, 2015
  • nd4j-bytebuddy-0.4-rc3.1

    Sep 18, 2015
  • nd4j-bytebuddy-0.4-rc3

    Sep 17, 2015
  • nd4j-bytebuddy-0.4-rc2.2

    Sep 09, 2015
  • nd4j-bytebuddy-0.4-rc1.2

    Sep 02, 2015
  • nd4j-bytebuddy-0.4-rc1.1

    Sep 02, 2015
  • nd4j-bytebuddy-0.4-rc1

    Sep 02, 2015
  • nd4j-bytebuddy-0.4-rc0

    Aug 24, 2015

How to add a dependency to Maven

Add the following org.nd4j : nd4j-bytebuddy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-bytebuddy</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nd4j : nd4j-bytebuddy gradle dependency to your build.gradle file:

implementation 'org.nd4j:nd4j-bytebuddy:0.9.1'

Gradle Kotlin DSL: Add the following org.nd4j : nd4j-bytebuddy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nd4j:nd4j-bytebuddy:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nd4j : nd4j-bytebuddy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nd4j" % "nd4j-bytebuddy" % "0.9.1"