Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luiz-otavio/ultimate-kit-api
- Owner: luiz-otavio
- Created: 2024-05-09T17:34:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T03:11:08.000Z (8 months ago)
- Last Synced: 2024-05-11T04:21:41.291Z (8 months ago)
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
UltimateKits
## 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.