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