Gradm (Gradle dependencies manager) is a new way to manage dependencies easier and more efficient.
The Gradle version catalogs is an excellent move for us. But it also brings a lot of problems, and becomes more and more painful:
- The Generated code is fully Java. Usable, and that's it. Not good for reading.
- No official dependencies update support.
- Terrible restrictions, like naming: gradle/gradle#18208, gradle/gradle#18201.
- And more...?
Gradm was born for the above problems. It has an excellent ability of dependencies management and versions update.
For more information, please see the document in the example project.
Copyright 2022 Omico
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.