GroupId | GroupIdde.gematik.ti |
---|---|
ArtifactId | ArtifactIdhealthcard.access |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
healthcard.access-1.2.1.pom | |
healthcard.access-1.2.1.jar | 376 KB |
healthcard.access-1.2.1-test.jar | 261 bytes |
healthcard.access-1.2.1-test-sources.jar | 68 KB |
healthcard.access-1.2.1-sources.jar | 215 KB |
healthcard.access-1.2.1-javadoc.jar | 2 MB |
healthcard.access-1.2.1-adoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.gematik.ti/healthcard.access/ -->
<dependency>
<groupId>de.gematik.ti</groupId>
<artifactId>healthcard.access</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.ti/healthcard.access/
implementation 'de.gematik.ti:healthcard.access:1.2.1'
// https://jarcasting.com/artifacts/de.gematik.ti/healthcard.access/
implementation ("de.gematik.ti:healthcard.access:1.2.1")
'de.gematik.ti:healthcard.access:jar:1.2.1'
<dependency org="de.gematik.ti" name="healthcard.access" rev="1.2.1">
<artifact name="healthcard.access" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.ti', module='healthcard.access', version='1.2.1')
)
libraryDependencies += "de.gematik.ti" % "healthcard.access" % "1.2.1"
[de.gematik.ti/healthcard.access "1.2.1"]