getexternalip

Gets external IP address

License

License

GroupId

GroupId

io.github.parj
ArtifactId

ArtifactId

getexternalip
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

getexternalip
Gets external IP address
Project URL

Project URL

https://github.com/parj/getExternalIP
Source Code Management

Source Code Management

https://github.com/parj/getExternalIP

Download getexternalip

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.parj/getexternalip/ -->
<dependency>
    <groupId>io.github.parj</groupId>
    <artifactId>getexternalip</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.parj/getexternalip/
implementation 'io.github.parj:getexternalip:1.2'
// https://jarcasting.com/artifacts/io.github.parj/getexternalip/
implementation ("io.github.parj:getexternalip:1.2")
'io.github.parj:getexternalip:jar:1.2'
<dependency org="io.github.parj" name="getexternalip" rev="1.2">
  <artifact name="getexternalip" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.parj', module='getexternalip', version='1.2')
)
libraryDependencies += "io.github.parj" % "getexternalip" % "1.2"
[io.github.parj/getexternalip "1.2"]

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
com.konghq : unirest-java jar 3.7.02
org.skyscreamer : jsonassert jar 1.5.0

Project Modules

There are no modules declared in this project.

CircleCI Known Vulnerabilities GitHub

FOSSA Status

What is this project

Inspired by ipify.org, I decided to write a java version of the service. Just for kicks

How to compile and test

Clone the code and run mvn test to test the code base

Docker image

Docker image of this code is available here -> https://hub.docker.com/r/parjanya/getexternalip

To use

docker pull parjanya/getexternalip
docker run -p 9998:9998 parjanya/getexternalip

Versions

Version
1.2
1.1
1.0