Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.raml |
ArtifactId | ArtifactIdraml-to-pojo-maven-example |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.raml/raml-to-pojo-maven-example/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>raml-to-pojo-maven-example</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo-maven-example/
implementation 'org.raml:raml-to-pojo-maven-example:1.0.7'
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo-maven-example/
implementation ("org.raml:raml-to-pojo-maven-example:1.0.7")
'org.raml:raml-to-pojo-maven-example:jar:1.0.7'
<dependency org="org.raml" name="raml-to-pojo-maven-example" rev="1.0.7">
<artifact name="raml-to-pojo-maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-to-pojo-maven-example', version='1.0.7')
)
libraryDependencies += "org.raml" % "raml-to-pojo-maven-example" % "1.0.7"
[org.raml/raml-to-pojo-maven-example "1.0.7"]