GroupId | GroupIdorg.raml |
---|---|
ArtifactId | ArtifactIdwebapi-parser |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
webapi-parser-0.3.1.pom | |
webapi-parser-0.3.1.jar | 55 KB |
webapi-parser-0.3.1-sources.jar | 5 KB |
webapi-parser-0.3.1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml/webapi-parser/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>webapi-parser</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/webapi-parser/
implementation 'org.raml:webapi-parser:0.3.1'
// https://jarcasting.com/artifacts/org.raml/webapi-parser/
implementation ("org.raml:webapi-parser:0.3.1")
'org.raml:webapi-parser:jar:0.3.1'
<dependency org="org.raml" name="webapi-parser" rev="0.3.1">
<artifact name="webapi-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='webapi-parser', version='0.3.1')
)
libraryDependencies += "org.raml" % "webapi-parser" % "0.3.1"
[org.raml/webapi-parser "0.3.1"]