MVN

org.ethereum : geth

Maven & Gradle

Jun 19, 2018
43.4k stars

Android Ethereum Client · Android port of the go-ethereum libraries and node

<dependency>
    <groupId>org.ethereum</groupId>
    <artifactId>geth</artifactId>
    <version>1.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ethereum : geth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.11

All Versions

Choose a version of org.ethereum : geth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
geth-1.8.11
geth-1.8.8
geth-1.8.2
geth-1.8.1
geth-1.8.0
1.7.x
geth-1.7.3
geth-1.7.1
geth-1.7.0
1.6.x
geth-1.6.7
geth-1.6.6
geth-1.6.5
geth-1.6.4
geth-1.6.3
geth-1.6.2
geth-1.6.1
geth-1.6.0
1.5.x
geth-1.5.9
geth-1.5.8
geth-1.5.7
geth-1.5.6
geth-1.5.5
geth-1.5.4
geth-1.5.3
geth-1.5.2
geth-1.5.1
geth-1.5.0

How to add a dependency to Maven

Add the following org.ethereum : geth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ethereum</groupId>
    <artifactId>geth</artifactId>
    <version>1.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ethereum : geth gradle dependency to your build.gradle file:

implementation 'org.ethereum:geth:1.8.11'

Gradle Kotlin DSL: Add the following org.ethereum : geth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ethereum:geth:1.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ethereum : geth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ethereum" % "geth" % "1.8.11"

Advertisement