| GroupId | GroupIdcom.rest4j |
|---|---|
| ArtifactId | ArtifactIdrest4j |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rest4j-1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rest4j/rest4j/ -->
<dependency>
<groupId>com.rest4j</groupId>
<artifactId>rest4j</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rest4j/rest4j/
implementation 'com.rest4j:rest4j:1.0'
// https://jarcasting.com/artifacts/com.rest4j/rest4j/
implementation ("com.rest4j:rest4j:1.0")
'com.rest4j:rest4j:pom:1.0'
<dependency org="com.rest4j" name="rest4j" rev="1.0">
<artifact name="rest4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rest4j', module='rest4j', version='1.0')
)
libraryDependencies += "com.rest4j" % "rest4j" % "1.0"
[com.rest4j/rest4j "1.0"]