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