| Categories |
CategoriesCLI User Interface hate Data Data Formats Hypermedia Types |
|---|---|
| GroupId | GroupIdcom.mercateo.rest |
| ArtifactId | ArtifactIdrest-hateoas-client |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-hateoas-client-0.1.1.pom | |
| rest-hateoas-client-0.1.1.jar | 29 KB |
| rest-hateoas-client-0.1.1-tests.jar | 39 KB |
| rest-hateoas-client-0.1.1-sources.jar | 12 KB |
| rest-hateoas-client-0.1.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo.rest/rest-hateoas-client/ -->
<dependency>
<groupId>com.mercateo.rest</groupId>
<artifactId>rest-hateoas-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-hateoas-client/
implementation 'com.mercateo.rest:rest-hateoas-client:0.1.1'
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-hateoas-client/
implementation ("com.mercateo.rest:rest-hateoas-client:0.1.1")
'com.mercateo.rest:rest-hateoas-client:jar:0.1.1'
<dependency org="com.mercateo.rest" name="rest-hateoas-client" rev="0.1.1">
<artifact name="rest-hateoas-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.rest', module='rest-hateoas-client', version='0.1.1')
)
libraryDependencies += "com.mercateo.rest" % "rest-hateoas-client" % "0.1.1"
[com.mercateo.rest/rest-hateoas-client "0.1.1"]