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