MVN

io.provenance.loan-package : proto

Maven & Gradle

May 31, 2023
0 stars

Provenance Loan Package Contracts · P8e Loan Package Contracts for use with p8e-cee-api.

<dependency>
    <groupId>io.provenance.loan-package</groupId>
    <artifactId>proto</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.loan-package : proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.0.1-rc.1

All Versions

Choose a version of io.provenance.loan-package : proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
proto-1.1.4
proto-1.1.2
proto-1.1.1
proto-1.1.0
1.0.x
proto-1.0.2
proto-1.0.1
proto-1.0.1-rc.1
0.6.x
proto-0.6.1
proto-0.6.0
0.5.x
proto-0.5.1
proto-0.5.0
0.4.x
proto-0.4.0
0.3.x
proto-0.3.2
proto-0.3.1
0.2.x
proto-0.2.0
0.1.x
proto-0.1.18
proto-0.1.17
proto-0.1.16
proto-0.1.15
proto-0.1.14
proto-0.1.13
proto-0.1.9
proto-0.1.8
proto-0.1.6
proto-0.1.5
proto-0.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.provenance.loan-package</groupId>
    <artifactId>proto</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.loan-package : proto gradle dependency to your build.gradle file:

implementation 'io.provenance.loan-package:proto:1.1.4'

Gradle Kotlin DSL: Add the following io.provenance.loan-package : proto gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.loan-package:proto:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.loan-package : proto sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.loan-package" % "proto" % "1.1.4"

Advertisement