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