is not current version
Last Version 1.3.0

org.jooby:jooby-raml 1.0.0.CR6


Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-raml
Version

Version

1.0.0.CR6
Type

Type

jar

Download jooby-raml 1.0.0.CR6


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