| License |
License |
|---|---|
| GroupId | GroupIdcom.mjamsek.rest |
| ArtifactId | ArtifactIdrest-utils |
| Version | Version2.3.0 |
| Type | Typejar |
| Description |
DescriptionREST Utils Library
Utility library for REST services
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rest-utils-2.3.0.pom | |
| rest-utils-2.3.0.jar | 32 KB |
| rest-utils-2.3.0-sources.jar | 33 KB |
| rest-utils-2.3.0-javadoc.jar | 566 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/ -->
<dependency>
<groupId>com.mjamsek.rest</groupId>
<artifactId>rest-utils</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/
implementation 'com.mjamsek.rest:rest-utils:2.3.0'
// https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/
implementation ("com.mjamsek.rest:rest-utils:2.3.0")
'com.mjamsek.rest:rest-utils:jar:2.3.0'
<dependency org="com.mjamsek.rest" name="rest-utils" rev="2.3.0">
<artifact name="rest-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mjamsek.rest', module='rest-utils', version='2.3.0')
)
libraryDependencies += "com.mjamsek.rest" % "rest-utils" % "2.3.0"
[com.mjamsek.rest/rest-utils "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
| com.kumuluz.ee.rest : kumuluzee-rest-core Optional | jar | 1.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
| javax.enterprise : cdi-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.kumuluz.ee : kumuluzee-jax-rs-jersey | jar | |
| com.kumuluz.ee : kumuluzee-cdi-weld | jar | |
| com.kumuluz.ee.testing : kumuluzee-arquillian-container | jar | 1.1.1 |
| org.jboss.arquillian.junit : arquillian-junit-container | jar | |
| junit : junit | jar | 4.13.2 |