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