GroupId | GroupIdguru.nidi.raml |
---|---|
ArtifactId | ArtifactIdraml-tester-standalone |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester-standalone/ -->
<dependency>
<groupId>guru.nidi.raml</groupId>
<artifactId>raml-tester-standalone</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester-standalone/
implementation 'guru.nidi.raml:raml-tester-standalone:0.0.4'
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester-standalone/
implementation ("guru.nidi.raml:raml-tester-standalone:0.0.4")
'guru.nidi.raml:raml-tester-standalone:jar:0.0.4'
<dependency org="guru.nidi.raml" name="raml-tester-standalone" rev="0.0.4">
<artifact name="raml-tester-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.nidi.raml', module='raml-tester-standalone', version='0.0.4')
)
libraryDependencies += "guru.nidi.raml" % "raml-tester-standalone" % "0.0.4"
[guru.nidi.raml/raml-tester-standalone "0.0.4"]