An open API service indexing awesome lists of open source software.

https://github.com/origamidream/ipdetection4j

An API union of proxy detection services in Java
https://github.com/origamidream/ipdetection4j

api email-verification implementation ip ip-lookup proxy-checker vpn-detection

Last synced: about 1 month ago
JSON representation

An API union of proxy detection services in Java

Awesome Lists containing this project

README

          

# IpDetection4j

### Gradle/Maven
##### Maven
```xml


ipdetection4j
https://maven.pkg.github.com/OrigamiDream


studio.avis.ipdetection4j
bootstrap
2.10.0

```
##### Gradle
```gradle
allprojects {
repositories {
...
maven { url 'https://maven.pkg.github.com/OrigamiDream' }
}
}

dependencies {
implementation 'studio.avis.ipdetection4j:bootstrap:v2.10.0'
}
```

### Compile
for OS X/Linux:
```
./mvnw clean install
```

for Windows:
```
mvnw.cmd clean install
```