GroupId | GroupIdde.androbit |
---|---|
ArtifactId | ArtifactIdraml-converter-root |
Version | Version0.14 |
Type | Typepom |
Filename | Size |
---|---|
raml-converter-root-0.14.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.androbit/raml-converter-root/ -->
<dependency>
<groupId>de.androbit</groupId>
<artifactId>raml-converter-root</artifactId>
<version>0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.androbit/raml-converter-root/
implementation 'de.androbit:raml-converter-root:0.14'
// https://jarcasting.com/artifacts/de.androbit/raml-converter-root/
implementation ("de.androbit:raml-converter-root:0.14")
'de.androbit:raml-converter-root:pom:0.14'
<dependency org="de.androbit" name="raml-converter-root" rev="0.14">
<artifact name="raml-converter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.androbit', module='raml-converter-root', version='0.14')
)
libraryDependencies += "de.androbit" % "raml-converter-root" % "0.14"
[de.androbit/raml-converter-root "0.14"]