Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbusarow/kase
https://github.com/rickbusarow/kase
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickbusarow/kase
- Owner: rickbusarow
- License: apache-2.0
- Created: 2023-09-18T05:08:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:19:33.000Z (9 months ago)
- Last Synced: 2024-04-14T00:58:12.167Z (9 months ago)
- Language: Kotlin
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Maven Central](https://img.shields.io/maven-central/v/com.rickbusarow.kase/kase?style=flat-square)](https://search.maven.org/search?q=com.rickbusarow.kase)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.rickbusarow.kase/kase?label=snapshots&server=https%3A%2F%2Foss.sonatype.org&style=flat-square)](https://oss.sonatype.org/#nexus-search;quick~com.rickbusarow.kase)
[![License](https://img.shields.io/badge/license-apache2.0-blue?style=flat-square.svg)](https://opensource.org/licenses/Apache-2.0)- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Installation
Kotlin
```kotlin
// build.gradle.kts
dependencies {
implementation("com.rickbusarow.kase:kase:0.11.1")
}
```Groovy
```groovy
// build.gradle
dependencies {
implementation 'com.rickbusarow.kase:kase:0.11.1'
}
```## Contributing
If you'd like to contribute, please submit a pull request with your changes. Bug reports or
feature requests are also welcome in the issue tracker.## License
```text
Copyright (C) 2023 Rick Busarow
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```