MVN

io.provenance.p8e : p8e-encryption

Maven & Gradle

Feb 15, 2022
7 usages
21 stars

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

<dependency>
    <groupId>io.provenance.p8e</groupId>
    <artifactId>p8e-encryption</artifactId>
    <version>0.8.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.26

All Versions

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

Version Vulnerabilities Updated
0.9.x
p8e-encryption-0.9.0-grpc
0.8.x
p8e-encryption-0.8.26
p8e-encryption-0.8.24
p8e-encryption-0.8.23
p8e-encryption-0.8.22
p8e-encryption-0.8.21
p8e-encryption-0.8.20
p8e-encryption-0.8.18
p8e-encryption-0.8.17
p8e-encryption-0.8.16
p8e-encryption-0.8.15
p8e-encryption-0.8.13
p8e-encryption-0.8.12
p8e-encryption-0.8.11
p8e-encryption-0.8.10
p8e-encryption-0.8.9
p8e-encryption-0.8.5
p8e-encryption-0.8.3
p8e-encryption-0.8.2-npe-2
p8e-encryption-0.8.2-npe
p8e-encryption-0.8.1-temp-heartbeat-logging
p8e-encryption-0.8.1
p8e-encryption-0.8.0-smartkey-7
p8e-encryption-0.8.0-smartkey-6
p8e-encryption-0.8.0-smartkey-5
0.7.x
p8e-encryption-0.7.4
p8e-encryption-0.7.4-pre-execution-imp
p8e-encryption-0.7.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.provenance.p8e</groupId>
    <artifactId>p8e-encryption</artifactId>
    <version>0.8.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.p8e : p8e-encryption gradle dependency to your build.gradle file:

implementation 'io.provenance.p8e:p8e-encryption:0.8.26'

Gradle Kotlin DSL: Add the following io.provenance.p8e : p8e-encryption gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.p8e:p8e-encryption:0.8.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.p8e : p8e-encryption sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.p8e" % "p8e-encryption" % "0.8.26"

Advertisement