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