License |
License |
---|---|
GroupId | GroupIdcom.sappenin.utils.rest |
ArtifactId | ArtifactIdrest-utils2 |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSappenin REST Utils2
Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in
Java.
|
Project Organization |
Project OrganizationSappenin Inc. |
Filename | Size |
---|---|
rest-utils2-1.0.2.pom | |
rest-utils2-1.0.2.jar | 26 KB |
rest-utils2-1.0.2-tests.jar | 12 KB |
rest-utils2-1.0.2-sources.jar | 19 KB |
rest-utils2-1.0.2-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils2/ -->
<dependency>
<groupId>com.sappenin.utils.rest</groupId>
<artifactId>rest-utils2</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils2/
implementation 'com.sappenin.utils.rest:rest-utils2:1.0.2'
// https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils2/
implementation ("com.sappenin.utils.rest:rest-utils2:1.0.2")
'com.sappenin.utils.rest:rest-utils2:jar:1.0.2'
<dependency org="com.sappenin.utils.rest" name="rest-utils2" rev="1.0.2">
<artifact name="rest-utils2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sappenin.utils.rest', module='rest-utils2', version='1.0.2')
)
libraryDependencies += "com.sappenin.utils.rest" % "rest-utils2" % "1.0.2"
[com.sappenin.utils.rest/rest-utils2 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
joda-time : joda-time | jar | 2.8.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.2 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.6.2 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.6.2 |
com.sappenin.utils : java-utils | jar | 1.1.1 |
org.apache.commons : commons-lang3 | jar | 3.1 |
com.squareup.okhttp : okhttp | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |