MVN

nl.vpro.shared : vpro-shared-couchdb-util

Maven & Gradle

Oct 02, 2019
3 usages
<dependency>
    <groupId>nl.vpro.shared</groupId>
    <artifactId>vpro-shared-couchdb-util</artifactId>
    <version>2.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.vpro.shared : vpro-shared-couchdb-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.1

All Versions

Choose a version of nl.vpro.shared : vpro-shared-couchdb-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
vpro-shared-couchdb-util-2.8.1
vpro-shared-couchdb-util-2.8.0
2.7.x
vpro-shared-couchdb-util-2.7.0
2.6.x
vpro-shared-couchdb-util-2.6.2
vpro-shared-couchdb-util-2.6.0
2.5.x
vpro-shared-couchdb-util-2.5.0
2.4.x
vpro-shared-couchdb-util-2.4.2
2.3.x
vpro-shared-couchdb-util-2.3.1
vpro-shared-couchdb-util-2.3.0
2.2.x
vpro-shared-couchdb-util-2.2.3
vpro-shared-couchdb-util-2.2.2
vpro-shared-couchdb-util-2.2.1
vpro-shared-couchdb-util-2.2.0
2.1
vpro-shared-couchdb-util-2.1
2.0.x
vpro-shared-couchdb-util-2.0.0

How to add a dependency to Maven

Add the following nl.vpro.shared : vpro-shared-couchdb-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.vpro.shared</groupId>
    <artifactId>vpro-shared-couchdb-util</artifactId>
    <version>2.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.vpro.shared : vpro-shared-couchdb-util gradle dependency to your build.gradle file:

implementation 'nl.vpro.shared:vpro-shared-couchdb-util:2.8.1'

Gradle Kotlin DSL: Add the following nl.vpro.shared : vpro-shared-couchdb-util gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.vpro.shared:vpro-shared-couchdb-util:2.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.vpro.shared : vpro-shared-couchdb-util sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.vpro.shared" % "vpro-shared-couchdb-util" % "2.8.1"

Advertisement