Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luiz-otavio/ultimate-kit-api

Public API for UltimateKits with recent updates
https://github.com/luiz-otavio/ultimate-kit-api

Last synced: 14 days ago
JSON representation

Public API for UltimateKits with recent updates

Awesome Lists containing this project

README

        

#

UltimateKits



Release
Issues
Forks
Stars

## How to install
Groovy DSL:
```groovy
repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.luiz-otavio:ultimate-kit-api:{PROJECT_VERSION}'
}
```

Kotlin DSL:
```kotlin
repositories() {
maven("https://jitpack.io")
}

dependencies() {
implementation("com.github.luiz-otavio:ultimate-kit-api:{PROJECT_VERSION}")
}
```

Maven:
```xml


jitpack
jitpack
https://jitpack.io


com.github.luiz-otavio
ultimate-kit-api
{PROJECT_VERSION}

```

## Contributing
Open an issue or a pull request and let's discuss it.