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