b

build-configs

Contains the configuration files for a few plugins (for the moment, Jalopy only) so that there's no need to replicate them, put them on a remote server, or use an absolute path.
Andrea Aime
Files download
File Operation
build-configs-1.7.0.jar download
build-configs-1.7.0.pom download
build-configs-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.geoserver.maven</groupId>
  <artifactId>build-configs</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.geoserver.maven:build-configs:1.7.0'
Gradle Kotlin
implementation("org.geoserver.maven:build-configs:1.7.0")
Scala SBT
libraryDependencies += "org.geoserver.maven" % "build-configs" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geoserver.maven', module='build-configs', version='1.7.0')
)
Apache Ivy
<dependency org="org.geoserver.maven" name="build-configs" rev="1.7.0" />
Leiningen
[org.geoserver.maven/build-configs "1.7.0"]
Apache Buildr
'org.geoserver.maven:build-configs:jar:1.7.0'