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