is not current version
Last Version 1.0.51

org.raml:raml-parser-parent 1.0.28

Raml parser implemented in java

GroupId

GroupId

org.raml
ArtifactId

ArtifactId

raml-parser-parent
Version

Version

1.0.28
Type

Type

pom

Download raml-parser-parent 1.0.28


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