License |
License |
---|---|
Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
GroupId | GroupIdcom.acidmanic |
ArtifactId | ArtifactIdresteasy-wrapper |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresteasy-wrapper
While reast easy is easy to use and feature ritch enough, i use this library to simplify setting up resteasy for myself.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
resteasy-wrapper-1.0.0.pom | |
resteasy-wrapper-1.0.0.jar | 7 KB |
resteasy-wrapper-1.0.0-sources.jar | 4 KB |
resteasy-wrapper-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/resteasy-wrapper/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>resteasy-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/resteasy-wrapper/
implementation 'com.acidmanic:resteasy-wrapper:1.0.0'
// https://jarcasting.com/artifacts/com.acidmanic/resteasy-wrapper/
implementation ("com.acidmanic:resteasy-wrapper:1.0.0")
'com.acidmanic:resteasy-wrapper:jar:1.0.0'
<dependency org="com.acidmanic" name="resteasy-wrapper" rev="1.0.0">
<artifact name="resteasy-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='resteasy-wrapper', version='1.0.0')
)
libraryDependencies += "com.acidmanic" % "resteasy-wrapper" % "1.0.0"
[com.acidmanic/resteasy-wrapper "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 9.4.31.v20200723 |
com.acidmanic : lightweight-logger | jar | 1.0.0 |
com.acidmanic : delegates | jar | 1.0.0 |
org.jboss.resteasy : resteasy-jackson-provider | jar | 4.0.0.Beta5 |