License |
License |
---|---|
GroupId | GroupIdio.fabric8.jube.images.quickstart |
ArtifactId | ArtifactIdwar-rest |
Version | Version2.0.0 |
Type | Typewar |
Description |
DescriptionFabric8 :: Quickstarts :: WAR :: RESTful WebService WAR
RESTful WebService Example using JAX-RS in a WAR
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
war-rest-2.0.0.pom | |
war-rest-2.0.0.war | 9 MB |
war-rest-2.0.0-sources.jar | 8 KB |
war-rest-2.0.0-kubernetes.json | 1 KB |
war-rest-2.0.0-javadoc.jar | 53 KB |
war-rest-2.0.0-app.zip | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.quickstart/war-rest/ -->
<dependency>
<groupId>io.fabric8.jube.images.quickstart</groupId>
<artifactId>war-rest</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.quickstart/war-rest/
implementation 'io.fabric8.jube.images.quickstart:war-rest:2.0.0'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.quickstart/war-rest/
implementation ("io.fabric8.jube.images.quickstart:war-rest:2.0.0")
'io.fabric8.jube.images.quickstart:war-rest:war:2.0.0'
<dependency org="io.fabric8.jube.images.quickstart" name="war-rest" rev="2.0.0">
<artifact name="war-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.quickstart', module='war-rest', version='2.0.0')
)
libraryDependencies += "io.fabric8.jube.images.quickstart" % "war-rest" % "2.0.0"
[io.fabric8.jube.images.quickstart/war-rest "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf : cxf-rt-frontend-jaxrs | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | |
org.apache.cxf : cxf-rt-management | jar | |
org.springframework : spring-web | jar | |
commons-httpclient : commons-httpclient | jar | |
org.slf4j : slf4j-api | jar | |
com.wordnik : swagger-jaxrs_2.10 Optional | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.slf4j : slf4j-log4j12 | jar |