is not current version
Last Version 1.2.0-alpha-1

com.github.codeframes:hal-tooling-json 1.0.0

A Jackson Module for serializing 'com.github.codeframes.hal.tooling.core.HalRepresentable' types (hal-tooling-core) to the JSON format of the HAL standard: application/hal+json.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.codeframes
ArtifactId

ArtifactId

hal-tooling-json
Version

Version

1.0.0
Type

Type

jar

Download hal-tooling-json 1.0.0


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