Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdde.androbit |
ArtifactId | ArtifactIdraml-converter-maven-plugin-example |
Version | Version0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.androbit/raml-converter-maven-plugin-example/ -->
<dependency>
<groupId>de.androbit</groupId>
<artifactId>raml-converter-maven-plugin-example</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/de.androbit/raml-converter-maven-plugin-example/
implementation 'de.androbit:raml-converter-maven-plugin-example:0.12'
// https://jarcasting.com/artifacts/de.androbit/raml-converter-maven-plugin-example/
implementation ("de.androbit:raml-converter-maven-plugin-example:0.12")
'de.androbit:raml-converter-maven-plugin-example:jar:0.12'
<dependency org="de.androbit" name="raml-converter-maven-plugin-example" rev="0.12">
<artifact name="raml-converter-maven-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.androbit', module='raml-converter-maven-plugin-example', version='0.12')
)
libraryDependencies += "de.androbit" % "raml-converter-maven-plugin-example" % "0.12"
[de.androbit/raml-converter-maven-plugin-example "0.12"]