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