restxe
Simple Library for creating RESTful resource-representations
License |
License |
---|---|
GroupId | GroupIdorg.jarmoni |
ArtifactId | ArtifactIdrestxe-spring |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Library for creating RESTful resource-representations
|
Filename | Size |
---|---|
restxe-spring-1.0.0.pom | |
restxe-spring-1.0.0.jar | 4 KB |
restxe-spring-1.0.0-sources.jar | 2 KB |
restxe-spring-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jarmoni/restxe-spring/ -->
<dependency>
<groupId>org.jarmoni</groupId>
<artifactId>restxe-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jarmoni/restxe-spring/
implementation 'org.jarmoni:restxe-spring:1.0.0'
// https://jarcasting.com/artifacts/org.jarmoni/restxe-spring/
implementation ("org.jarmoni:restxe-spring:1.0.0")
'org.jarmoni:restxe-spring:jar:1.0.0'
<dependency org="org.jarmoni" name="restxe-spring" rev="1.0.0">
<artifact name="restxe-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jarmoni', module='restxe-spring', version='1.0.0')
)
libraryDependencies += "org.jarmoni" % "restxe-spring" % "1.0.0"
[org.jarmoni/restxe-spring "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jarmoni : restxe-common | jar | 1.0.0 |
org.springframework : spring-web | jar | 4.0.7.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 1.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.1.6.RELEASE |
junit : junit | jar | 4.11 |
Simple Library for creating RESTful resource-representations