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