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