License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.geoserver |
ArtifactId | ArtifactIdhello |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHello World Service Module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-1.0.pom | |
hello-1.0.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geoserver/hello/ -->
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>hello</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geoserver/hello/
implementation 'org.geoserver:hello:1.0'
// https://jarcasting.com/artifacts/org.geoserver/hello/
implementation ("org.geoserver:hello:1.0")
'org.geoserver:hello:jar:1.0'
<dependency org="org.geoserver" name="hello" rev="1.0">
<artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geoserver', module='hello', version='1.0')
)
libraryDependencies += "org.geoserver" % "hello" % "1.0"
[org.geoserver/hello "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.geoserver : main | jar | 1.5.0-RC3 |
org.geoserver : platform | jar | 1.5.0-RC3 |
org.springframework : spring-beans | jar | 1.2.5 |
org.springframework : spring-core | jar | 1.2.5 |
org.springframework : spring-context | jar | 1.2.5 |
org.springframework : spring-webmvc | jar | 1.2.5 |
org.geotools » gt2-api | jar | 2.3.1-SNAPSHOT |
org.geotools » gt2-main | jar | 2.3.1-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |