GroupId | GroupIdio.atomicbits |
---|---|
ArtifactId | ArtifactIdscraml-raml-parser_2.10 |
Version | Version0.8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.atomicbits/scraml-raml-parser_2.10/ -->
<dependency>
<groupId>io.atomicbits</groupId>
<artifactId>scraml-raml-parser_2.10</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomicbits/scraml-raml-parser_2.10/
implementation 'io.atomicbits:scraml-raml-parser_2.10:0.8.2'
// https://jarcasting.com/artifacts/io.atomicbits/scraml-raml-parser_2.10/
implementation ("io.atomicbits:scraml-raml-parser_2.10:0.8.2")
'io.atomicbits:scraml-raml-parser_2.10:jar:0.8.2'
<dependency org="io.atomicbits" name="scraml-raml-parser_2.10" rev="0.8.2">
<artifact name="scraml-raml-parser_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomicbits', module='scraml-raml-parser_2.10', version='0.8.2')
)
libraryDependencies += "io.atomicbits" % "scraml-raml-parser_2.10" % "0.8.2"
[io.atomicbits/scraml-raml-parser_2.10 "0.8.2"]