https://github.com/scijava/gradle-catalog
https://github.com/scijava/gradle-catalog
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scijava/gradle-catalog
- Owner: scijava
- License: mit
- Created: 2021-02-14T12:21:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T09:43:04.000Z (over 2 years ago)
- Last Synced: 2025-03-24T12:48:25.007Z (10 months ago)
- Language: Kotlin
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sciJava-catalogs
This plugins is automatically update and synchronized with the [scijava pom](https://github.com/scijava/pom-scijava).
It's supposed to serve as a native solution for the Gradle Scijava community counterpart.
```kotlin
plugins {
id("org.scijava.catalogs") version "33.2.0" // or "latest.release"
}