MVN

net.diversionmc : D3

Maven & Gradle

Jan 20, 2023

D3 · Diversion Network Data v3 (D3) standard using Parser API.

<dependency>
    <groupId>net.diversionmc</groupId>
    <artifactId>D3</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.diversionmc : D3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of net.diversionmc : D3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
D3-3.5.0
3.4.x
D3-3.4.0
3.3.x
D3-3.3.0
3.2.x
D3-3.2.0
3.1.x
D3-3.1.3
D3-3.1.2
D3-3.1.1
D3-3.1.0
3.0.x
D3-3.0.5
D3-3.0.4
D3-3.0.3
D3-3.0.2
D3-3.0.1
D3-3.0.0
1.8.x
D3-1.8.1
D3-1.8.0
1.7.x
D3-1.7.0
1.6.x
D3-1.6.0
1.5.x
D3-1.5.0
1.4.x
D3-1.4.0
1.3.x
D3-1.3.0
1.2.x
D3-1.2.7
D3-1.2.6
D3-1.2.5
D3-1.2.4
D3-1.2.3
D3-1.2.2
D3-1.2.1
D3-1.2.0
1.1.x
D3-1.1.0
1.0.x
D3-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.diversionmc</groupId>
    <artifactId>D3</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.diversionmc : D3 gradle dependency to your build.gradle file:

implementation 'net.diversionmc:D3:3.5.0'

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

implementation("net.diversionmc:D3:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.diversionmc : D3 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.diversionmc" % "D3" % "3.5.0"

Advertisement