Files download
File Operation
raml-to-pojo-1.0.6.jar download
raml-to-pojo-1.0.6.pom download
raml-to-pojo-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.raml</groupId>
  <artifactId>raml-to-pojo</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.raml:raml-to-pojo:1.0.6'
Gradle Kotlin
implementation("org.raml:raml-to-pojo:1.0.6")
Scala SBT
libraryDependencies += "org.raml" % "raml-to-pojo" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.raml', module='raml-to-pojo', version='1.0.6')
)
Apache Ivy
<dependency org="org.raml" name="raml-to-pojo" rev="1.0.6" />
Leiningen
[org.raml/raml-to-pojo "1.0.6"]
Apache Buildr
'org.raml:raml-to-pojo:jar:1.0.6'