GroupId | GroupIdorg.zalando |
---|---|
ArtifactId | ArtifactIdput-it-to-rest |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
put-it-to-rest-0.3.0.pom | |
put-it-to-rest-0.3.0.jar | 20 KB |
put-it-to-rest-0.3.0-sources.jar | 8 KB |
put-it-to-rest-0.3.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/put-it-to-rest/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>put-it-to-rest</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/put-it-to-rest/
implementation 'org.zalando:put-it-to-rest:0.3.0'
// https://jarcasting.com/artifacts/org.zalando/put-it-to-rest/
implementation ("org.zalando:put-it-to-rest:0.3.0")
'org.zalando:put-it-to-rest:jar:0.3.0'
<dependency org="org.zalando" name="put-it-to-rest" rev="0.3.0">
<artifact name="put-it-to-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='put-it-to-rest', version='0.3.0')
)
libraryDependencies += "org.zalando" % "put-it-to-rest" % "0.3.0"
[org.zalando/put-it-to-rest "0.3.0"]