Categories |
CategoriesNet hate Data Data Formats Hypermedia Types |
---|---|
GroupId | GroupIdnet.eusashead.hateoas |
ArtifactId | ArtifactIdspring-responseentitybuilder |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/ -->
<dependency>
<groupId>net.eusashead.hateoas</groupId>
<artifactId>spring-responseentitybuilder</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/
implementation 'net.eusashead.hateoas:spring-responseentitybuilder:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.eusashead.hateoas/spring-responseentitybuilder/
implementation ("net.eusashead.hateoas:spring-responseentitybuilder:1.0.0.RELEASE")
'net.eusashead.hateoas:spring-responseentitybuilder:jar:1.0.0.RELEASE'
<dependency org="net.eusashead.hateoas" name="spring-responseentitybuilder" rev="1.0.0.RELEASE">
<artifact name="spring-responseentitybuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eusashead.hateoas', module='spring-responseentitybuilder', version='1.0.0.RELEASE')
)
libraryDependencies += "net.eusashead.hateoas" % "spring-responseentitybuilder" % "1.0.0.RELEASE"
[net.eusashead.hateoas/spring-responseentitybuilder "1.0.0.RELEASE"]