GroupId | GroupIdcom.gregmarut.resty |
---|---|
ArtifactId | ArtifactIdresty-core |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
resty-core-1.4.0.pom | |
resty-core-1.4.0.jar | 38 KB |
resty-core-1.4.0-sources.jar | 33 KB |
resty-core-1.4.0-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty-core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation 'com.gregmarut.resty:resty-core:1.4.0'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation ("com.gregmarut.resty:resty-core:1.4.0")
'com.gregmarut.resty:resty-core:jar:1.4.0'
<dependency org="com.gregmarut.resty" name="resty-core" rev="1.4.0">
<artifact name="resty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-core', version='1.4.0')
)
libraryDependencies += "com.gregmarut.resty" % "resty-core" % "1.4.0"
[com.gregmarut.resty/resty-core "1.4.0"]