Last Version

com.github.hammelion:jraml 0.3

Jraml helps you build your java implementation of REST API, based on specification, described by raml file.

License

License

GroupId

GroupId

com.github.hammelion
ArtifactId

ArtifactId

jraml
Version

Version

0.3
Type

Type

jar
Description

Description

com.github.hammelion:jraml
Jraml helps you build your java implementation of REST API, based on specification, described by raml file.
Project URL

Project URL

http://hammelion.github.io/jraml/

Download jraml 0.3


<!-- 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"]

Dependencies

compile (5)

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

provided (1)

Group / Artifact Type Version
com.google.inject : guice jar 4.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.httpunit : httpunit jar 1.7.2

Project Modules

There are no modules declared in this project.