is not current version
Last Version 1.0.51

org.raml:raml-parser-2 1.0.8

Raml parser implemented in java

GroupId

GroupId

org.raml
ArtifactId

ArtifactId

raml-parser-2
Version

Version

1.0.8
Type

Type

jar

Download raml-parser-2 1.0.8


<!-- https://jarcasting.com/artifacts/org.raml/raml-parser-2/ -->
<dependency>
    <groupId>org.raml</groupId>
    <artifactId>raml-parser-2</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-parser-2/
implementation 'org.raml:raml-parser-2:1.0.8'
// https://jarcasting.com/artifacts/org.raml/raml-parser-2/
implementation ("org.raml:raml-parser-2:1.0.8")
'org.raml:raml-parser-2:jar:1.0.8'
<dependency org="org.raml" name="raml-parser-2" rev="1.0.8">
  <artifact name="raml-parser-2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-parser-2', version='1.0.8')
)
libraryDependencies += "org.raml" % "raml-parser-2" % "1.0.8"
[org.raml/raml-parser-2 "1.0.8"]