is not current version
Last Version 2.1.0

com.googlecode.siren4j:siren4j 1.0.7

This is a java library to help with the creation and use of Hypermedia entities as specified by the Siren hypermedia specification. See https://github.com/kevinswiber/siren for more detail on the specification.

Categories

Categories

Siren4J Data Data Formats Hypermedia Types
GroupId

GroupId

com.googlecode.siren4j
ArtifactId

ArtifactId

siren4j
Version

Version

1.0.7
Type

Type

jar

Download siren4j 1.0.7


<!-- https://jarcasting.com/artifacts/com.googlecode.siren4j/siren4j/ -->
<dependency>
    <groupId>com.googlecode.siren4j</groupId>
    <artifactId>siren4j</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.siren4j/siren4j/
implementation 'com.googlecode.siren4j:siren4j:1.0.7'
// https://jarcasting.com/artifacts/com.googlecode.siren4j/siren4j/
implementation ("com.googlecode.siren4j:siren4j:1.0.7")
'com.googlecode.siren4j:siren4j:jar:1.0.7'
<dependency org="com.googlecode.siren4j" name="siren4j" rev="1.0.7">
  <artifact name="siren4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.siren4j', module='siren4j', version='1.0.7')
)
libraryDependencies += "com.googlecode.siren4j" % "siren4j" % "1.0.7"
[com.googlecode.siren4j/siren4j "1.0.7"]