License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdcom.github.ldeitos |
ArtifactId | ArtifactIdrest-util |
Version | Version1.0.CR5 |
Type | Typejar |
Description |
Descriptionrest-util
Utilities to Rest applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-util-1.0.CR5.pom | |
rest-util-1.0.CR5.jar | 7 KB |
rest-util-1.0.CR5-sources.jar | 3 KB |
rest-util-1.0.CR5-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ldeitos/rest-util/ -->
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>rest-util</artifactId>
<version>1.0.CR5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/rest-util/
implementation 'com.github.ldeitos:rest-util:1.0.CR5'
// https://jarcasting.com/artifacts/com.github.ldeitos/rest-util/
implementation ("com.github.ldeitos:rest-util:1.0.CR5")
'com.github.ldeitos:rest-util:jar:1.0.CR5'
<dependency org="com.github.ldeitos" name="rest-util" rev="1.0.CR5">
<artifact name="rest-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='rest-util', version='1.0.CR5')
)
libraryDependencies += "com.github.ldeitos" % "rest-util" % "1.0.CR5"
[com.github.ldeitos/rest-util "1.0.CR5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.commons : commons-collections4 | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |