MVN

com.lordofthejars : nosqlunit-documentation

Maven & Gradle

Apr 09, 2019
<dependency>
    <groupId>com.lordofthejars</groupId>
    <artifactId>nosqlunit-documentation</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lordofthejars</groupId>
    <artifactId>nosqlunit-documentation</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lordofthejars:nosqlunit-documentation:1.0.0'

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

implementation("com.lordofthejars:nosqlunit-documentation:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lordofthejars" % "nosqlunit-documentation" % "1.0.0"