| GroupId | GroupIdorg.zalando |
|---|---|
| ArtifactId | ArtifactIdfahrschein-http-simple |
| Version | Version0.21.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando/fahrschein-http-simple/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>fahrschein-http-simple</artifactId>
<version>0.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/fahrschein-http-simple/
implementation 'org.zalando:fahrschein-http-simple:0.21.0'
// https://jarcasting.com/artifacts/org.zalando/fahrschein-http-simple/
implementation ("org.zalando:fahrschein-http-simple:0.21.0")
'org.zalando:fahrschein-http-simple:jar:0.21.0'
<dependency org="org.zalando" name="fahrschein-http-simple" rev="0.21.0">
<artifact name="fahrschein-http-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='fahrschein-http-simple', version='0.21.0')
)
libraryDependencies += "org.zalando" % "fahrschein-http-simple" % "0.21.0"
[org.zalando/fahrschein-http-simple "0.21.0"]