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

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

Awesome Lists containing this project

README

          

# detector [![](https://jitpack.io/v/core-lib/detector.svg)](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}'
}
```