is not current version
Last Version 1.7.0

org.geoserver.maven:build-configs 1.6.2

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.

Categories

Categories

Maven Build Tools config Application Layer Libs Configuration Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geoserver.maven
ArtifactId

ArtifactId

build-configs
Version

Version

1.6.2
Type

Type

jar

Download build-configs 1.6.2


<!-- https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/ -->
<dependency>
    <groupId>org.geoserver.maven</groupId>
    <artifactId>build-configs</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/
implementation 'org.geoserver.maven:build-configs:1.6.2'
// https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/
implementation ("org.geoserver.maven:build-configs:1.6.2")
'org.geoserver.maven:build-configs:jar:1.6.2'
<dependency org="org.geoserver.maven" name="build-configs" rev="1.6.2">
  <artifact name="build-configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geoserver.maven', module='build-configs', version='1.6.2')
)
libraryDependencies += "org.geoserver.maven" % "build-configs" % "1.6.2"
[org.geoserver.maven/build-configs "1.6.2"]