is not current version
Last Version 0.3

com.github.hammelion:jraml 0.2.2

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

GroupId

GroupId

com.github.hammelion
ArtifactId

ArtifactId

jraml
Version

Version

0.2.2
Type

Type

jar

Download jraml 0.2.2


<!-- https://jarcasting.com/artifacts/com.github.hammelion/jraml/ -->
<dependency>
    <groupId>com.github.hammelion</groupId>
    <artifactId>jraml</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation 'com.github.hammelion:jraml:0.2.2'
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation ("com.github.hammelion:jraml:0.2.2")
'com.github.hammelion:jraml:jar:0.2.2'
<dependency org="com.github.hammelion" name="jraml" rev="0.2.2">
  <artifact name="jraml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hammelion', module='jraml', version='0.2.2')
)
libraryDependencies += "com.github.hammelion" % "jraml" % "0.2.2"
[com.github.hammelion/jraml "0.2.2"]