License |
License |
---|---|
GroupId | GroupIdcom.healthlx.cdshooks |
ArtifactId | ArtifactIdmodel |
Version | Version0.2 |
Type | Typejar |
Description |
Descriptioncds-hooks
Library that models CDS Hooks v1 specification.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
model-0.2.pom | |
model-0.2.jar | 9 KB |
model-0.2-sources.jar | 5 KB |
model-0.2-javadoc.jar | 44 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |