org.scijava.catalogs
Owner: Giuseppe Barbieri
Take advantage of the whole SciJava ecosystem via Gradle catalogs feature
https://github.com/scijava/gradle-catalog
Sources: https://github.com/scijava/gradle-catalog
Version 35.1.1+4 (latest)
35.1.1+4
Created 13 October 2023.
Take advantage of the whole SciJava ecosystem via Gradle catalogs feature
Add this plugin to your build using the plugins DSL:
plugins {
id("org.scijava.catalogs") version "35.1.1+4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.scijava:gradle-catalog:35.1.1+4") } } apply(plugin = "org.scijava.catalogs")
- Applying plugins to all subprojects .