MVN

org.openprovenance.prov : prov-jsweet-candy-js

Maven & Gradle

Aug 26, 2023
56 stars

|---- PROV-JSWEET-CANDY-JS

<dependency>
    <groupId>org.openprovenance.prov</groupId>
    <artifactId>prov-jsweet-candy-js</artifactId>
    <version>0.9.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.31

All Versions

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

Version Vulnerabilities Updated
0.9.x
prov-jsweet-candy-js-0.9.31
prov-jsweet-candy-js-0.9.29
prov-jsweet-candy-js-0.9.28
prov-jsweet-candy-js-0.9.27
prov-jsweet-candy-js-0.9.26
prov-jsweet-candy-js-0.9.25
prov-jsweet-candy-js-0.9.24
prov-jsweet-candy-js-0.9.23
prov-jsweet-candy-js-0.9.22
prov-jsweet-candy-js-0.9.21
prov-jsweet-candy-js-0.9.20
prov-jsweet-candy-js-0.9.19
prov-jsweet-candy-js-0.9.18
prov-jsweet-candy-js-0.9.17
prov-jsweet-candy-js-0.9.16
prov-jsweet-candy-js-0.9.15
prov-jsweet-candy-js-0.9.14
prov-jsweet-candy-js-0.9.13
prov-jsweet-candy-js-0.9.12
prov-jsweet-candy-js-0.9.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openprovenance.prov</groupId>
    <artifactId>prov-jsweet-candy-js</artifactId>
    <version>0.9.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openprovenance.prov : prov-jsweet-candy-js gradle dependency to your build.gradle file:

implementation 'org.openprovenance.prov:prov-jsweet-candy-js:0.9.31'

Gradle Kotlin DSL: Add the following org.openprovenance.prov : prov-jsweet-candy-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openprovenance.prov:prov-jsweet-candy-js:0.9.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openprovenance.prov : prov-jsweet-candy-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openprovenance.prov" % "prov-jsweet-candy-js" % "0.9.31"