r

refcodes-hal

Artifact providing HAL (introspection) functionality set on top of REST endpoints.
https://bitbucket.org/refcodes/${project.artifactId}
Siegfried Steiner
Files download
File Operation
refcodes-hal-3.3.6.jar download
refcodes-hal-3.3.6.pom download
refcodes-hal-3.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-hal</artifactId>
  <version>3.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-hal:3.3.6'
Gradle Kotlin
implementation("org.refcodes:refcodes-hal:3.3.6")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-hal" % "3.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-hal', version='3.3.6')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-hal" rev="3.3.6" />
Leiningen
[org.refcodes/refcodes-hal "3.3.6"]
Apache Buildr
'org.refcodes:refcodes-hal:jar:3.3.6'