<dependency> <groupId>org.littleshoot</groupId> <artifactId>geoip</artifactId> <version>0.1</version> </dependency>
implementation 'org.littleshoot:geoip:0.1'
implementation("org.littleshoot:geoip:0.1")
libraryDependencies += "org.littleshoot" % "geoip" % "0.1"
@Grapes( @Grab(group='org.littleshoot', module='geoip', version='0.1') )
<dependency org="org.littleshoot" name="geoip" rev="0.1" />
[org.littleshoot/geoip "0.1"]
'org.littleshoot:geoip:jar:0.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>6</version> </parent>
compile
|-- log4j:log4j:1.2.16
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- org.slf4j:slf4j-api:1.6.1
test
|-- junit:junit:4.8.2