| GroupId | GroupIdorg.raml |
|---|---|
| ArtifactId | ArtifactIdraml-to-pojo |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| raml-to-pojo-1.0.6.pom | |
| raml-to-pojo-1.0.6.jar | 197 KB |
| raml-to-pojo-1.0.6-sources.jar | 85 KB |
| raml-to-pojo-1.0.6-javadoc.jar | 606 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml/raml-to-pojo/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>raml-to-pojo</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo/
implementation 'org.raml:raml-to-pojo:1.0.6'
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo/
implementation ("org.raml:raml-to-pojo:1.0.6")
'org.raml:raml-to-pojo:jar:1.0.6'
<dependency org="org.raml" name="raml-to-pojo" rev="1.0.6">
<artifact name="raml-to-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-to-pojo', version='1.0.6')
)
libraryDependencies += "org.raml" % "raml-to-pojo" % "1.0.6"
[org.raml/raml-to-pojo "1.0.6"]