GroupId | GroupIdde.gematik.test |
---|---|
ArtifactId | ArtifactIdtiger-standalone-proxy |
Version | Version0.19.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.gematik.test/tiger-standalone-proxy/ -->
<dependency>
<groupId>de.gematik.test</groupId>
<artifactId>tiger-standalone-proxy</artifactId>
<version>0.19.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.test/tiger-standalone-proxy/
implementation 'de.gematik.test:tiger-standalone-proxy:0.19.3'
// https://jarcasting.com/artifacts/de.gematik.test/tiger-standalone-proxy/
implementation ("de.gematik.test:tiger-standalone-proxy:0.19.3")
'de.gematik.test:tiger-standalone-proxy:jar:0.19.3'
<dependency org="de.gematik.test" name="tiger-standalone-proxy" rev="0.19.3">
<artifact name="tiger-standalone-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.test', module='tiger-standalone-proxy', version='0.19.3')
)
libraryDependencies += "de.gematik.test" % "tiger-standalone-proxy" % "0.19.3"
[de.gematik.test/tiger-standalone-proxy "0.19.3"]