Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.raml |
ArtifactId | ArtifactIdraml-to-pojo-maven-example |
Version | Version1.0.6 |
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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo-maven-example/
implementation 'org.raml:raml-to-pojo-maven-example:1.0.6'
// https://jarcasting.com/artifacts/org.raml/raml-to-pojo-maven-example/
implementation ("org.raml:raml-to-pojo-maven-example:1.0.6")
'org.raml:raml-to-pojo-maven-example:jar:1.0.6'
<dependency org="org.raml" name="raml-to-pojo-maven-example" rev="1.0.6">
<artifact name="raml-to-pojo-maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-to-pojo-maven-example', version='1.0.6')
)
libraryDependencies += "org.raml" % "raml-to-pojo-maven-example" % "1.0.6"
[org.raml/raml-to-pojo-maven-example "1.0.6"]