b

boxspring-resteasy

Drop-in integration between BoxSpring and Resteasy
GNU Lesser General Public License
Files download
File Operation
boxspring-resteasy-1.0.0.jar download
boxspring-resteasy-1.0.0.pom download
boxspring-resteasy-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mtvnet.boxspring.modules</groupId>
  <artifactId>boxspring-resteasy</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.mtvnet.boxspring.modules:boxspring-resteasy:1.0.0'
Gradle Kotlin
implementation("com.mtvnet.boxspring.modules:boxspring-resteasy:1.0.0")
Scala SBT
libraryDependencies += "com.mtvnet.boxspring.modules" % "boxspring-resteasy" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mtvnet.boxspring.modules', module='boxspring-resteasy', version='1.0.0')
)
Apache Ivy
<dependency org="com.mtvnet.boxspring.modules" name="boxspring-resteasy" rev="1.0.0" />
Leiningen
[com.mtvnet.boxspring.modules/boxspring-resteasy "1.0.0"]
Apache Buildr
'com.mtvnet.boxspring.modules:boxspring-resteasy:jar:1.0.0'