MVN

org.openprovenance.prov : roundtrip

Maven & Gradle

Aug 26, 2023

|---- ROUNDTRIP

<dependency>
    <groupId>org.openprovenance.prov</groupId>
    <artifactId>roundtrip</artifactId>
    <version>0.9.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openprovenance.prov : roundtrip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.31

All Versions

Choose a version of org.openprovenance.prov : roundtrip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
roundtrip-0.9.31
roundtrip-0.9.29
roundtrip-0.9.28
roundtrip-0.9.27
roundtrip-0.9.26
roundtrip-0.9.25
roundtrip-0.9.24
roundtrip-0.9.23
roundtrip-0.9.22
roundtrip-0.9.21
roundtrip-0.9.20
roundtrip-0.9.19
roundtrip-0.9.18
roundtrip-0.9.17
roundtrip-0.9.16
roundtrip-0.9.15
roundtrip-0.9.14
roundtrip-0.9.13
roundtrip-0.9.12
roundtrip-0.9.11
roundtrip-0.9.10
roundtrip-0.9.9
roundtrip-0.9.8
roundtrip-0.9.7
roundtrip-0.9.6
roundtrip-0.9.5
roundtrip-0.9.4
roundtrip-0.9.3
roundtrip-0.9.2
roundtrip-0.9.1
roundtrip-0.9.0

How to add a dependency to Maven

Add the following org.openprovenance.prov : roundtrip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openprovenance.prov</groupId>
    <artifactId>roundtrip</artifactId>
    <version>0.9.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openprovenance.prov : roundtrip gradle dependency to your build.gradle file:

implementation 'org.openprovenance.prov:roundtrip:0.9.31'

Gradle Kotlin DSL: Add the following org.openprovenance.prov : roundtrip gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openprovenance.prov:roundtrip:0.9.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openprovenance.prov : roundtrip sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openprovenance.prov" % "roundtrip" % "0.9.31"