License |
License |
---|---|
Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration Geo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.geoserver.maven |
ArtifactId | ArtifactIdbuild-configs |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlugins configuration files
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
build-configs-1.7.0.pom | |
build-configs-1.7.0.jar | 5 KB |
build-configs-1.7.0-tests.jar | 1 KB |
build-configs-1.7.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/ -->
<dependency>
<groupId>org.geoserver.maven</groupId>
<artifactId>build-configs</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/
implementation 'org.geoserver.maven:build-configs:1.7.0'
// https://jarcasting.com/artifacts/org.geoserver.maven/build-configs/
implementation ("org.geoserver.maven:build-configs:1.7.0")
'org.geoserver.maven:build-configs:jar:1.7.0'
<dependency org="org.geoserver.maven" name="build-configs" rev="1.7.0">
<artifact name="build-configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geoserver.maven', module='build-configs', version='1.7.0')
)
libraryDependencies += "org.geoserver.maven" % "build-configs" % "1.7.0"
[org.geoserver.maven/build-configs "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 2.0.4 |
org.apache.maven : maven-project | jar | 2.0.4 |
ant : ant-optional | jar | 1.5.3-1 |
org.apache.maven : maven-script-ant | jar | 2.0.4 |
org.springframework : spring-beans | jar | 2.5.5 |
org.springframework : spring-core | jar | 2.5.5 |
org.springframework : spring-context | jar | 2.5.5 |
org.springframework : spring-webmvc | jar | 2.5.5 |
org.geotools » gt-api | jar | 2.5.1 |
org.geotools » gt-main | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |