| License |
License |
|---|---|
| GroupId | GroupIdorg.raml |
| ArtifactId | ArtifactIdraml-to-pojo |
| Version | Version1.0.8 |
| Type | Typejar |
| Description |
DescriptionThis is a collection of Java tools used to work with RAML 1.0
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| raml-to-pojo-1.0.8.pom | |
| raml-to-pojo-1.0.8.jar | 207 KB |
| raml-to-pojo-1.0.8-sources.jar | 91 KB |
| raml-to-pojo-1.0.8-javadoc.jar | 623 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml/raml-to-pojo/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>raml-to-pojo</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo/
implementation 'org.raml:raml-to-pojo:1.0.8'
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo/
implementation ("org.raml:raml-to-pojo:1.0.8")
'org.raml:raml-to-pojo:jar:1.0.8'
<dependency org="org.raml" name="raml-to-pojo" rev="1.0.8">
<artifact name="raml-to-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-to-pojo', version='1.0.8')
)
libraryDependencies += "org.raml" % "raml-to-pojo" % "1.0.8"
[org.raml/raml-to-pojo "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.raml : raml-parser-2 | jar | 1.0.47 |
| com.google.guava : guava | jar | 18.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.raml : test-utils | jar | 1.0.8 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.squareup : javapoet | jar | 1.11.1 |
| com.google.code.gson : gson | jar | 2.5 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.1 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.25.1 |