Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omico/gradm
Gradm (Gradle dependencies manager)
https://github.com/omico/gradm
dependency-manager gradle gradle-plugin versioning
Last synced: about 1 month ago
JSON representation
Gradm (Gradle dependencies manager)
- Host: GitHub
- URL: https://github.com/omico/gradm
- Owner: Omico
- License: apache-2.0
- Created: 2022-02-27T08:27:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:35:30.000Z (2 months ago)
- Last Synced: 2024-10-11T20:20:29.960Z (about 1 month ago)
- Topics: dependency-manager, gradle, gradle-plugin, versioning
- Language: Kotlin
- Homepage: https://gradm.omico.me
- Size: 1.21 MB
- Stars: 37
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradm
![Maven metadata URL](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.omico.me%2Fme%2Fomico%2Fgradm%2Fgradm-gradle-plugin%2Fmaven-metadata.xml)
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/me.omico.gradm/gradm-gradle-plugin?server=https%3A%2F%2Fs01.oss.sonatype.org)Gradm (**Gra**dle **d**ependencies **m**anager) is a new way to manage dependencies easier and more efficient.
For more information, please see the [documentation](https://gradm.omico.me/).
## License
```txt
Copyright 2022 OmicoLicensed 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 athttps://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.
```