| Categories |
CategoriesJackson Data JSON |
|---|---|
| GroupId | GroupIdcom.github.hal4j |
| ArtifactId | ArtifactIdhal4j-jackson |
| Version | Version0.11.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hal4j-jackson-0.11.1.pom | |
| hal4j-jackson-0.11.1.jar | 29 KB |
| hal4j-jackson-0.11.1-sources.jar | 13 KB |
| hal4j-jackson-0.11.1-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.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-jackson/
implementation 'com.github.hal4j:hal4j-jackson:0.11.1'
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-jackson/
implementation ("com.github.hal4j:hal4j-jackson:0.11.1")
'com.github.hal4j:hal4j-jackson:jar:0.11.1'
<dependency org="com.github.hal4j" name="hal4j-jackson" rev="0.11.1">
<artifact name="hal4j-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='hal4j-jackson', version='0.11.1')
)
libraryDependencies += "com.github.hal4j" % "hal4j-jackson" % "0.11.1"
[com.github.hal4j/hal4j-jackson "0.11.1"]