License |
License |
---|---|
Categories |
Categorieshate Data Data Formats Hypermedia Types |
GroupId | GroupIdcom.jayway.jax-rs-hateoas |
ArtifactId | ArtifactIddemo-spring |
Last Version | Last Version0.4.5 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptiondemo-spring
JAX-RS extension to support hypermedia links (HATEOAS)
|
Project URL |
Project URL |
Filename | Size |
---|---|
demo-spring-0.4.5.pom | |
demo-spring-0.4.5.war | 7 MB |
demo-spring-0.4.5-sources.jar | 9 KB |
demo-spring-0.4.5-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jayway.jax-rs-hateoas/demo-spring/ -->
<dependency>
<groupId>com.jayway.jax-rs-hateoas</groupId>
<artifactId>demo-spring</artifactId>
<version>0.4.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.jax-rs-hateoas/demo-spring/
implementation 'com.jayway.jax-rs-hateoas:demo-spring:0.4.5'
// https://jarcasting.com/artifacts/com.jayway.jax-rs-hateoas/demo-spring/
implementation ("com.jayway.jax-rs-hateoas:demo-spring:0.4.5")
'com.jayway.jax-rs-hateoas:demo-spring:war:0.4.5'
<dependency org="com.jayway.jax-rs-hateoas" name="demo-spring" rev="0.4.5">
<artifact name="demo-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jayway.jax-rs-hateoas', module='demo-spring', version='0.4.5')
)
libraryDependencies += "com.jayway.jax-rs-hateoas" % "demo-spring" % "0.4.5"
[com.jayway.jax-rs-hateoas/demo-spring "0.4.5"]
Group / Artifact | Type | Version |
---|---|---|
com.jayway.jax-rs-hateoas : demo-domain | jar | 0.4.5 |
com.jayway.jax-rs-hateoas : generic-javascript-client | war | 0.4.5 |
com.sun.jersey : jersey-server | jar | 1.10 |
com.sun.jersey : jersey-json | jar | 1.10 |
com.sun.jersey.contribs : jersey-spring | jar | 1.10 |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-beans | jar | 3.0.6.RELEASE |
org.springframework : spring-context | jar | 3.0.6.RELEASE |
org.springframework : spring-web | jar | 3.0.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
com.jayway.restassured : rest-assured | jar | 1.6 |
junit : junit | jar | 4.10 |