cds-hooks

Library that models CDS Hooks v1 specification.

Лицензия

Лицензия

Группа

Группа

com.healthlx.cdshooks
Идентификатор

Идентификатор

model
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

cds-hooks
Library that models CDS Hooks v1 specification.
Ссылка на сайт

Ссылка на сайт

https://github.com/HealthLX/cds-hooks
Система контроля версий

Система контроля версий

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

Скачать model

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.validation : validation-api jar 2.0.1.Final

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2