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