cds-hooks

Library that models CDS Hooks v1 specification.

License

License

GroupId

GroupId

com.healthlx.cdshooks
ArtifactId

ArtifactId

model
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

cds-hooks
Library that models CDS Hooks v1 specification.
Project URL

Project URL

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

Source Code Management

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

Download model

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 2.0.1.Final

Project Modules

There are no modules declared in this project.

cds-hooks

Build Status Codacy Badge

Library that models CDS Hooks v1 specification.

Our goal is to provide nice and simple java model to simplify developers life.

Getting Started

  • Just add dependency:
dependencies {
	implementation 'com.healthlx.cdshooks:model:0.2'
}

Usage

  • You are ready to go. Look for com.healthlx.cdshooks.model package for models.

  • Also you might want to register serializators/deserializators in your app.
    In case you are using Jackson we have made needed classes for you: com.healthlx.cdshooks.jackson In order to do so add dependency on jackson module

dependencies {
	implementation 'com.healthlx.cdshooks:jackson:0.2'
}

With jackson module you don't need dependency on core cause it is bundled.

If you are using another serialization library you are welcome to contribute.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

com.healthlx.cdshooks

HealthLX

Versions

Version
0.2