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