| License |
License |
|---|---|
| GroupId | GroupIdcom.rest4j |
| ArtifactId | ArtifactIdrest4j |
| Version | Version1.2 |
| Type | Typepom |
| Description |
DescriptionREST4J
Framework for building RESTful services in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest4j-1.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rest4j/rest4j/ -->
<dependency>
<groupId>com.rest4j</groupId>
<artifactId>rest4j</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rest4j/rest4j/
implementation 'com.rest4j:rest4j:1.2'
// https://jarcasting.com/artifacts/com.rest4j/rest4j/
implementation ("com.rest4j:rest4j:1.2")
'com.rest4j:rest4j:pom:1.2'
<dependency org="com.rest4j" name="rest4j" rev="1.2">
<artifact name="rest4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rest4j', module='rest4j', version='1.2')
)
libraryDependencies += "com.rest4j" % "rest4j" % "1.2"
[com.rest4j/rest4j "1.2"]