GroupId | GroupIdde.gematik.test |
---|---|
ArtifactId | ArtifactIdtiger-standalone-proxy |
Version | Version0.22.1 |
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.22.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.test/tiger-standalone-proxy/
implementation 'de.gematik.test:tiger-standalone-proxy:0.22.1'
// https://jarcasting.com/artifacts/de.gematik.test/tiger-standalone-proxy/
implementation ("de.gematik.test:tiger-standalone-proxy:0.22.1")
'de.gematik.test:tiger-standalone-proxy:jar:0.22.1'
<dependency org="de.gematik.test" name="tiger-standalone-proxy" rev="0.22.1">
<artifact name="tiger-standalone-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.test', module='tiger-standalone-proxy', version='0.22.1')
)
libraryDependencies += "de.gematik.test" % "tiger-standalone-proxy" % "0.22.1"
[de.gematik.test/tiger-standalone-proxy "0.22.1"]