MVN

org.duracloud.snapshot : bridge

Maven & Gradle

Dec 21, 2021
1 stars

DuraCloud to Bridge Web Application

<dependency>
    <groupId>org.duracloud.snapshot</groupId>
    <artifactId>bridge</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.duracloud.snapshot : bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.duracloud.snapshot : bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
bridge-3.1.0
3.0.x
bridge-3.0.0
2.0.x
bridge-2.0.3
bridge-2.0.2
bridge-2.0.1
bridge-2.0.0
1.8.x
bridge-1.8.2
bridge-1.8.1
1.7.x
bridge-1.7.11
bridge-1.7.10
bridge-1.7.9
bridge-1.7.8
bridge-1.7.5
bridge-1.7.4
bridge-1.7.3
bridge-1.7.2
bridge-1.7.1
bridge-1.7.0
1.6.x
bridge-1.6.0
1.5.x
bridge-1.5.1
bridge-1.5.0
1.4.x
bridge-1.4.2
bridge-1.4.1
bridge-1.4.0
1.3.x
bridge-1.3.0
1.2.x
bridge-1.2.0

How to add a dependency to Maven

Add the following org.duracloud.snapshot : bridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.duracloud.snapshot</groupId>
    <artifactId>bridge</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.duracloud.snapshot : bridge gradle dependency to your build.gradle file:

implementation 'org.duracloud.snapshot:bridge:3.1.0'

Gradle Kotlin DSL: Add the following org.duracloud.snapshot : bridge gradle kotlin dependency to your build.gradle.kts file:

implementation("org.duracloud.snapshot:bridge:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.duracloud.snapshot : bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "org.duracloud.snapshot" % "bridge" % "3.1.0"

Advertisement