MVN

io.provenance.scope : engine

Maven & Gradle

Feb 16, 2023
1 usages
2 stars

Provenance Contract Execution · A collection of libraries that interact and run Provenance Java based contracts.

<dependency>
    <groupId>io.provenance.scope</groupId>
    <artifactId>engine</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.scope : engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of io.provenance.scope : engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
engine-0.6.4
engine-0.6.3
engine-0.6.2
engine-0.6.1
engine-0.6.0
0.5.x
engine-0.5.1
engine-0.5.0
0.4.x
engine-0.4.9
engine-0.4.8
engine-0.4.7
engine-0.4.6
engine-0.4.5
engine-0.4.4
engine-0.4.3
engine-0.4.2
engine-0.4.1
engine-0.4.0-automate-publishing
engine-0.4.0
0.3.x
engine-0.3.0
0.2.x
engine-0.2.0
0.1.x
engine-0.1.1
engine-0.1.0

How to add a dependency to Maven

Add the following io.provenance.scope : engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.provenance.scope</groupId>
    <artifactId>engine</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.scope : engine gradle dependency to your build.gradle file:

implementation 'io.provenance.scope:engine:0.6.4'

Gradle Kotlin DSL: Add the following io.provenance.scope : engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.scope:engine:0.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.scope : engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.scope" % "engine" % "0.6.4"