| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка config Библиотеки уровня приложения Configuration Geo Прикладные библиотеки Geospatial |
| Группа | Группаorg.geoserver.maven |
| Идентификатор | Идентификаторbuild-configs |
| Последняя версия | Последняя версия1.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlugins 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |