License |
License
The Apache Licence, Version 2.0
|
---|---|
Categories |
CategoriesJava Languages Data CLI User Interface |
GroupId | GroupIdco.ipdata.client |
ArtifactId | ArtifactIdipdata-java-client |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionIpdata java client
A java client for ipdata.co
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ipdata-java-client-0.2.0.pom | |
ipdata-java-client-0.2.0.jar | 42 KB |
ipdata-java-client-0.2.0-sources.jar | 18 KB |
ipdata-java-client-0.2.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.ipdata.client/ipdata-java-client/ -->
<dependency>
<groupId>co.ipdata.client</groupId>
<artifactId>ipdata-java-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.ipdata.client/ipdata-java-client/
implementation 'co.ipdata.client:ipdata-java-client:0.2.0'
// https://jarcasting.com/artifacts/co.ipdata.client/ipdata-java-client/
implementation ("co.ipdata.client:ipdata-java-client:0.2.0")
'co.ipdata.client:ipdata-java-client:jar:0.2.0'
<dependency org="co.ipdata.client" name="ipdata-java-client" rev="0.2.0">
<artifact name="ipdata-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.ipdata.client', module='ipdata-java-client', version='0.2.0')
)
libraryDependencies += "co.ipdata.client" % "ipdata-java-client" % "0.2.0"
[co.ipdata.client/ipdata-java-client "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | jar | 9.7.0 |
io.github.openfeign : feign-jackson | jar | 9.7.0 |
io.github.openfeign : feign-httpclient | jar | 9.7.0 |
com.google.guava : guava | jar | 20.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
junit : junit | jar | 4.13 |
net.javacrumbs.json-unit : json-unit | jar | 2.17.0 |