is not current version
Last Version 2.1.0

com.googlecode.siren4j:siren4j 1.0.14

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.14
Type

Type

jar

Download siren4j 1.0.14


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