License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.github.hal4j |
ArtifactId | ArtifactIdhal4j-jackson |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAL Jackson Data Binding
Jackson data binding for HAL
|
Filename | Size |
---|---|
hal4j-jackson-0.12.0.pom | |
hal4j-jackson-0.12.0.jar | 29 KB |
hal4j-jackson-0.12.0-sources.jar | 13 KB |
hal4j-jackson-0.12.0-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hal4j/hal4j-jackson/ -->
<dependency>
<groupId>com.github.hal4j</groupId>
<artifactId>hal4j-jackson</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-jackson/
implementation 'com.github.hal4j:hal4j-jackson:0.12.0'
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-jackson/
implementation ("com.github.hal4j:hal4j-jackson:0.12.0")
'com.github.hal4j:hal4j-jackson:jar:0.12.0'
<dependency org="com.github.hal4j" name="hal4j-jackson" rev="0.12.0">
<artifact name="hal4j-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='hal4j-jackson', version='0.12.0')
)
libraryDependencies += "com.github.hal4j" % "hal4j-jackson" % "0.12.0"
[com.github.hal4j/hal4j-jackson "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hal4j : hal4j-api | jar | 0.12.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.12.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 2.0.0-alpha1 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha5 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |