GroupId | GroupIdguru.nidi.raml |
---|---|
ArtifactId | ArtifactIdraml-tester |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
raml-tester-0.0.8.pom | |
raml-tester-0.0.8.jar | 140 KB |
raml-tester-0.0.8-sources.jar | 86 KB |
raml-tester-0.0.8-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester/ -->
<dependency>
<groupId>guru.nidi.raml</groupId>
<artifactId>raml-tester</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester/
implementation 'guru.nidi.raml:raml-tester:0.0.8'
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-tester/
implementation ("guru.nidi.raml:raml-tester:0.0.8")
'guru.nidi.raml:raml-tester:jar:0.0.8'
<dependency org="guru.nidi.raml" name="raml-tester" rev="0.0.8">
<artifact name="raml-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.nidi.raml', module='raml-tester', version='0.0.8')
)
libraryDependencies += "guru.nidi.raml" % "raml-tester" % "0.0.8"
[guru.nidi.raml/raml-tester "0.0.8"]