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
- Host: GitHub
- URL: https://github.com/origamidream/ipdetection4j
- Owner: OrigamiDream
- License: mit
- Created: 2019-09-24T05:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T23:26:02.000Z (over 2 years ago)
- Last Synced: 2025-07-26T15:57:48.759Z (8 months ago)
- Topics: api, email-verification, implementation, ip, ip-lookup, proxy-checker, vpn-detection
- Language: Java
- Size: 165 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```