License |
License |
---|---|
Categories |
CategoriesNet RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdcom.mtvnet.boxspring.modules |
ArtifactId | ArtifactIdboxspring-resteasy |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBoxSpring Resteasy module
Drop-in integration between BoxSpring and Resteasy
|
Project Organization |
Project OrganizationMTV Networks |
Filename | Size |
---|---|
boxspring-resteasy-1.0.0.pom | |
boxspring-resteasy-1.0.0.jar | 9 KB |
boxspring-resteasy-1.0.0-sources.jar | 5 KB |
boxspring-resteasy-1.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtvnet.boxspring.modules/boxspring-resteasy/ -->
<dependency>
<groupId>com.mtvnet.boxspring.modules</groupId>
<artifactId>boxspring-resteasy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtvnet.boxspring.modules/boxspring-resteasy/
implementation 'com.mtvnet.boxspring.modules:boxspring-resteasy:1.0.0'
// https://jarcasting.com/artifacts/com.mtvnet.boxspring.modules/boxspring-resteasy/
implementation ("com.mtvnet.boxspring.modules:boxspring-resteasy:1.0.0")
'com.mtvnet.boxspring.modules:boxspring-resteasy:jar:1.0.0'
<dependency org="com.mtvnet.boxspring.modules" name="boxspring-resteasy" rev="1.0.0">
<artifact name="boxspring-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtvnet.boxspring.modules', module='boxspring-resteasy', version='1.0.0')
)
libraryDependencies += "com.mtvnet.boxspring.modules" % "boxspring-resteasy" % "1.0.0"
[com.mtvnet.boxspring.modules/boxspring-resteasy "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-jaxrs | jar | 1.1.GA |
org.jboss.resteasy : resteasy-jaxb-provider | jar | 1.1.GA |
org.jboss.resteasy : resteasy-spring | jar | 1.1.GA |
com.mtvnet.boxspring : boxspring-web | jar | 1.0.0-beta-2 |
tjws » webserver | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework » org.springframework.web.servlet | jar | 3.0.0.M3 |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |