MVN

org.projectodd.vdx : vdx-core

Maven & Gradle

Aug 03, 2017
16 usages
0 stars

VDX Core · VDX Core utils

<dependency>
    <groupId>org.projectodd.vdx</groupId>
    <artifactId>vdx-core</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectodd.vdx : vdx-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.projectodd.vdx : vdx-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
vdx-core-1.1.6
vdx-core-1.1.5
vdx-core-1.1.4
vdx-core-1.1.3
vdx-core-1.1.2
vdx-core-1.1.1
vdx-core-1.1.0
1.0.x
vdx-core-1.0.1
vdx-core-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.projectodd.vdx</groupId>
    <artifactId>vdx-core</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectodd.vdx : vdx-core gradle dependency to your build.gradle file:

implementation 'org.projectodd.vdx:vdx-core:1.1.6'

Gradle Kotlin DSL: Add the following org.projectodd.vdx : vdx-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectodd.vdx:vdx-core:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectodd.vdx : vdx-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectodd.vdx" % "vdx-core" % "1.1.6"

Advertisement