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