MVN

com.lordofthejars : nosqlunit-demo

Maven & Gradle

May 10, 2017
<dependency>
    <groupId>com.lordofthejars</groupId>
    <artifactId>nosqlunit-demo</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lordofthejars : nosqlunit-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0
  • Latest Release Candidate: 1.0.0-rc.5

All Versions

Choose a version of com.lordofthejars : nosqlunit-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nosqlunit-demo-1.0.0-rc.5
nosqlunit-demo-1.0.0-rc.4
nosqlunit-demo-1.0.0-rc.3
nosqlunit-demo-1.0.0-rc.2
nosqlunit-demo-1.0.0-rc.1
0.14.x
nosqlunit-demo-0.14.0
0.13.x
nosqlunit-demo-0.13.1
0.10.x
nosqlunit-demo-0.10.0
0.9.x
nosqlunit-demo-0.9.0
0.8.x
nosqlunit-demo-0.8.1
nosqlunit-demo-0.8.0
0.7.x
nosqlunit-demo-0.7.9
nosqlunit-demo-0.7.8
nosqlunit-demo-0.7.7
nosqlunit-demo-0.7.6
nosqlunit-demo-0.7.5
nosqlunit-demo-0.7.4
nosqlunit-demo-0.7.3
nosqlunit-demo-0.7.2
nosqlunit-demo-0.7.1
nosqlunit-demo-0.7.0
0.6.x
nosqlunit-demo-0.6.0
0.5.x
nosqlunit-demo-0.5.0
0.4.x
nosqlunit-demo-0.4.1
nosqlunit-demo-0.4.0
0.3.x
nosqlunit-demo-0.3.3
nosqlunit-demo-0.3.2
nosqlunit-demo-0.3.1
nosqlunit-demo-0.3.0
0.2.x
nosqlunit-demo-0.2.1

How to add a dependency to Maven

Add the following com.lordofthejars : nosqlunit-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lordofthejars</groupId>
    <artifactId>nosqlunit-demo</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lordofthejars : nosqlunit-demo gradle dependency to your build.gradle file:

implementation 'com.lordofthejars:nosqlunit-demo:0.14.0'

Gradle Kotlin DSL: Add the following com.lordofthejars : nosqlunit-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lordofthejars:nosqlunit-demo:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lordofthejars : nosqlunit-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lordofthejars" % "nosqlunit-demo" % "0.14.0"

Advertisement