Last Version

cds-hooks 0.2

Library that models CDS Hooks v1 specification. (Serialization/Deserialization implementation for Jackson)

License

License

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.healthlx.cdshooks
ArtifactId

ArtifactId

jackson
Version

Version

0.2
Type

Type

jar
Description

Description

cds-hooks
Library that models CDS Hooks v1 specification. (Serialization/Deserialization implementation for Jackson)
Project URL

Project URL

https://github.com/HealthLX/cds-hooks
Source Code Management

Source Code Management

https://github.com/HealthLX/cds-hooks

Download jackson 0.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.healthlx.cdshooks : model jar 0.2
com.fasterxml.jackson.core : jackson-annotations jar 2.9.8
com.fasterxml.jackson.core : jackson-databind jar 2.9.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.