License |
License |
---|---|
GroupId | GroupIdcom.github.hammelion |
ArtifactId | ArtifactIdjraml |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.hammelion:jraml
Jraml helps you build your java implementation of REST API, based on specification, described by raml file.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jraml-0.3.pom | |
jraml-0.3.jar | 23 KB |
jraml-0.3-sources.jar | 11 KB |
jraml-0.3-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hammelion/jraml/ -->
<dependency>
<groupId>com.github.hammelion</groupId>
<artifactId>jraml</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation 'com.github.hammelion:jraml:0.3'
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation ("com.github.hammelion:jraml:0.3")
'com.github.hammelion:jraml:jar:0.3'
<dependency org="com.github.hammelion" name="jraml" rev="0.3">
<artifact name="jraml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hammelion', module='jraml', version='0.3')
)
libraryDependencies += "com.github.hammelion" % "jraml" % "0.3"
[com.github.hammelion/jraml "0.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.reflections : reflections | jar | 0.9.9 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
org.jukito : jukito | jar | 1.4.1 |
org.raml : raml-parser | jar | 0.8.11 |
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.httpunit : httpunit | jar | 1.7.2 |