MVN

com.godmonth.eth : eth-rlp

Maven & Gradle

Nov 16, 2017
0 stars

ethereum rlp codec · ethereum rlp codec

<dependency>
    <groupId>com.godmonth.eth</groupId>
    <artifactId>eth-rlp</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.godmonth.eth : eth-rlp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of com.godmonth.eth : eth-rlp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
eth-rlp-0.1.6
eth-rlp-0.1.5
eth-rlp-0.1.4

How to add a dependency to Maven

Add the following com.godmonth.eth : eth-rlp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.godmonth.eth</groupId>
    <artifactId>eth-rlp</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.godmonth.eth : eth-rlp gradle dependency to your build.gradle file:

implementation 'com.godmonth.eth:eth-rlp:0.1.6'

Gradle Kotlin DSL: Add the following com.godmonth.eth : eth-rlp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.godmonth.eth:eth-rlp:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.godmonth.eth : eth-rlp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.godmonth.eth" % "eth-rlp" % "0.1.6"

Advertisement