GroupId | GroupIdus.monoid.web |
---|---|
ArtifactId | ArtifactIdresty |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
resty-0.3.1.pom | |
resty-0.3.1.jar | 119 KB |
resty-0.3.1-sources.jar | 104 KB |
resty-0.3.1-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.monoid.web/resty/ -->
<dependency>
<groupId>us.monoid.web</groupId>
<artifactId>resty</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.monoid.web/resty/
implementation 'us.monoid.web:resty:0.3.1'
// https://jarcasting.com/artifacts/us.monoid.web/resty/
implementation ("us.monoid.web:resty:0.3.1")
'us.monoid.web:resty:jar:0.3.1'
<dependency org="us.monoid.web" name="resty" rev="0.3.1">
<artifact name="resty" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.monoid.web', module='resty', version='0.3.1')
)
libraryDependencies += "us.monoid.web" % "resty" % "0.3.1"
[us.monoid.web/resty "0.3.1"]