| License |
License |
|---|---|
| GroupId | GroupIdcom.rest4j |
| ArtifactId | ArtifactIdrest4j-generator |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionREST4J Generators
Framework for building RESTful services in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest4j-generator-1.2.pom | |
| rest4j-generator-1.2.jar | 2 MB |
| rest4j-generator-1.2-sources.jar | 2 MB |
| rest4j-generator-1.2-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rest4j/rest4j-generator/ -->
<dependency>
<groupId>com.rest4j</groupId>
<artifactId>rest4j-generator</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rest4j/rest4j-generator/
implementation 'com.rest4j:rest4j-generator:1.2'
// https://jarcasting.com/artifacts/com.rest4j/rest4j-generator/
implementation ("com.rest4j:rest4j-generator:1.2")
'com.rest4j:rest4j-generator:jar:1.2'
<dependency org="com.rest4j" name="rest4j-generator" rev="1.2">
<artifact name="rest4j-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rest4j', module='rest4j-generator', version='1.2')
)
libraryDependencies += "com.rest4j" % "rest4j-generator" % "1.2"
[com.rest4j/rest4j-generator "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.rest4j : rest4j-core | jar | 1.2 |
| net.sf.saxon : Saxon-HE | jar | 9.5.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant | jar | 1.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |
| org.mockito : mockito-all | jar | 1.8.2 |
| org.apache.commons : commons-exec | jar | 1.1 |