| GroupId | GroupIdcom.mjamsek.rest |
|---|---|
| ArtifactId | ArtifactIdrest-utils |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-utils-1.3.0.pom | |
| rest-utils-1.3.0.jar | 22 KB |
| rest-utils-1.3.0-sources.jar | 14 KB |
| rest-utils-1.3.0-javadoc.jar | 541 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/ -->
<dependency>
<groupId>com.mjamsek.rest</groupId>
<artifactId>rest-utils</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/
implementation 'com.mjamsek.rest:rest-utils:1.3.0'
// https://jarcasting.com/artifacts/com.mjamsek.rest/rest-utils/
implementation ("com.mjamsek.rest:rest-utils:1.3.0")
'com.mjamsek.rest:rest-utils:jar:1.3.0'
<dependency org="com.mjamsek.rest" name="rest-utils" rev="1.3.0">
<artifact name="rest-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mjamsek.rest', module='rest-utils', version='1.3.0')
)
libraryDependencies += "com.mjamsek.rest" % "rest-utils" % "1.3.0"
[com.mjamsek.rest/rest-utils "1.3.0"]