Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.mercateo.rest |
ArtifactId | ArtifactIdrest-jersey-utils |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
rest-jersey-utils-0.1.8.pom | |
rest-jersey-utils-0.1.8.jar | 49 KB |
rest-jersey-utils-0.1.8-tests.jar | 71 KB |
rest-jersey-utils-0.1.8-sources.jar | 35 KB |
rest-jersey-utils-0.1.8-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/ -->
<dependency>
<groupId>com.mercateo.rest</groupId>
<artifactId>rest-jersey-utils</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/
implementation 'com.mercateo.rest:rest-jersey-utils:0.1.8'
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/
implementation ("com.mercateo.rest:rest-jersey-utils:0.1.8")
'com.mercateo.rest:rest-jersey-utils:jar:0.1.8'
<dependency org="com.mercateo.rest" name="rest-jersey-utils" rev="0.1.8">
<artifact name="rest-jersey-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.rest', module='rest-jersey-utils', version='0.1.8')
)
libraryDependencies += "com.mercateo.rest" % "rest-jersey-utils" % "0.1.8"
[com.mercateo.rest/rest-jersey-utils "0.1.8"]