Categories |
Categorieshate Data Data Formats Hypermedia Types |
---|---|
GroupId | GroupIdzone.refactor.spring |
ArtifactId | ArtifactIdhateoas |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
hateoas-0.9.1.pom | |
hateoas-0.9.1.jar | 26 KB |
hateoas-0.9.1-sources.jar | 15 KB |
hateoas-0.9.1-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/zone.refactor.spring/hateoas/ -->
<dependency>
<groupId>zone.refactor.spring</groupId>
<artifactId>hateoas</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/zone.refactor.spring/hateoas/
implementation 'zone.refactor.spring:hateoas:0.9.1'
// https://jarcasting.com/artifacts/zone.refactor.spring/hateoas/
implementation ("zone.refactor.spring:hateoas:0.9.1")
'zone.refactor.spring:hateoas:jar:0.9.1'
<dependency org="zone.refactor.spring" name="hateoas" rev="0.9.1">
<artifact name="hateoas" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.refactor.spring', module='hateoas', version='0.9.1')
)
libraryDependencies += "zone.refactor.spring" % "hateoas" % "0.9.1"
[zone.refactor.spring/hateoas "0.9.1"]