MVN

jdo : jdo

Maven & Gradle

Nov 17, 2005
14 usages
<dependency>
    <groupId>jdo</groupId>
    <artifactId>jdo</artifactId>
    <version>2.0-snapshot4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jdo : jdo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 2.0-beta

All Versions

Choose a version of jdo : jdo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
jdo-2.0-snapshot4
jdo-2.0-beta
1.0.x
jdo-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>jdo</groupId>
    <artifactId>jdo</artifactId>
    <version>2.0-snapshot4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jdo : jdo gradle dependency to your build.gradle file:

implementation 'jdo:jdo:2.0-snapshot4'

Gradle Kotlin DSL: Add the following jdo : jdo gradle kotlin dependency to your build.gradle.kts file:

implementation("jdo:jdo:2.0-snapshot4")

How to add a dependency to SBT Scala

SBT Scala: Add the following jdo : jdo sbt scala dependency to your build.sbt file:

libraryDependencies += "jdo" % "jdo" % "2.0-snapshot4"

Advertisement