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