Sappenin REST Utils

Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in Java.

License

License

GroupId

GroupId

com.sappenin.utils.rest
ArtifactId

ArtifactId

rest-utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sappenin REST Utils
Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in Java.
Project Organization

Project Organization

Sappenin Inc.

Download rest-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils/ -->
<dependency>
    <groupId>com.sappenin.utils.rest</groupId>
    <artifactId>rest-utils</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils/
implementation 'com.sappenin.utils.rest:rest-utils:1.0.0'
// https://jarcasting.com/artifacts/com.sappenin.utils.rest/rest-utils/
implementation ("com.sappenin.utils.rest:rest-utils:1.0.0")
'com.sappenin.utils.rest:rest-utils:jar:1.0.0'
<dependency org="com.sappenin.utils.rest" name="rest-utils" rev="1.0.0">
  <artifact name="rest-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sappenin.utils.rest', module='rest-utils', version='1.0.0')
)
libraryDependencies += "com.sappenin.utils.rest" % "rest-utils" % "1.0.0"
[com.sappenin.utils.rest/rest-utils "1.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
joda-time : joda-time jar 2.4
com.fasterxml.jackson.core : jackson-core jar 2.3.1
com.fasterxml.jackson.core : jackson-databind jar 2.3.1
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.3.1
org.apache.commons : commons-lang3 jar 3.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0