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