License |
License |
---|---|
Categories |
CategoriesCLI User Interface hate Data Data Formats Hypermedia Types |
GroupId | GroupIdde.is24.common |
ArtifactId | ArtifactIdswitchman-hateoas-client |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwitchman Hateoas Client
Utility classes for HATEOAS clients using Hystrix and Spring Cache Abstraction.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.is24.common/switchman-hateoas-client/ -->
<dependency>
<groupId>de.is24.common</groupId>
<artifactId>switchman-hateoas-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman-hateoas-client/
implementation 'de.is24.common:switchman-hateoas-client:1.0'
// https://jarcasting.com/artifacts/de.is24.common/switchman-hateoas-client/
implementation ("de.is24.common:switchman-hateoas-client:1.0")
'de.is24.common:switchman-hateoas-client:jar:1.0'
<dependency org="de.is24.common" name="switchman-hateoas-client" rev="1.0">
<artifact name="switchman-hateoas-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman-hateoas-client', version='1.0')
)
libraryDependencies += "de.is24.common" % "switchman-hateoas-client" % "1.0"
[de.is24.common/switchman-hateoas-client "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.1.4.RELEASE |
org.springframework.hateoas : spring-hateoas | jar | 0.16.0.RELEASE |
com.netflix.hystrix : hystrix-core | jar | 1.3.19 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.8 |