https://github.com/core-lib/detector
Simple and easy used resource detection tool kit for Java
https://github.com/core-lib/detector
Last synced: 7 days ago
JSON representation
Simple and easy used resource detection tool kit for Java
- Host: GitHub
- URL: https://github.com/core-lib/detector
- Owner: core-lib
- License: apache-2.0
- Created: 2018-08-29T06:22:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T05:17:05.000Z (over 7 years ago)
- Last Synced: 2025-02-23T13:51:21.918Z (over 1 year ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# detector [](https://jitpack.io/#core-lib/detector)
Classpath Resource Detection For Java.
# Installation
### Maven
```
jitpack.io
https://www.jitpack.io
com.github.core-lib
detector
{latest version}
```
### Gradle
```
allprojects {
repositories {
...
maven { url "https://www.jitpack.io" }
}
}
dependencies {
compile 'com.github.core-lib:detector:{latest version}'
}
```