r

raml-to-pojo-maven-example

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