MVN

info.guardianproject : geoip

Maven & Gradle

Apr 09, 2021

geoip · A Java library for controlling a Tor instance via its control port.

<dependency>
    <groupId>info.guardianproject</groupId>
    <artifactId>geoip</artifactId>
    <version>20191217</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.guardianproject : geoip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20191217

All Versions

Choose a version of info.guardianproject : geoip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20191217
geoip-20191217

How to add a dependency to Maven

Add the following info.guardianproject : geoip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.guardianproject</groupId>
    <artifactId>geoip</artifactId>
    <version>20191217</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.guardianproject : geoip gradle dependency to your build.gradle file:

implementation 'info.guardianproject:geoip:20191217'

Gradle Kotlin DSL: Add the following info.guardianproject : geoip gradle kotlin dependency to your build.gradle.kts file:

implementation("info.guardianproject:geoip:20191217")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.guardianproject : geoip sbt scala dependency to your build.sbt file:

libraryDependencies += "info.guardianproject" % "geoip" % "20191217"

Advertisement