Java RAML 1.0 Parser (beta)
This repository will be deprecated soon. Please use this version that contains a native implementation of the Java parser.
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdeu.inn |
| ArtifactId | ArtifactIdjava-raml1-tools |
| Last Version | Last Version0.0.32 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRaml 1.0 parser
Java implementation of the raml 1.0 parser
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| java-raml1-tools-0.0.32.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.inn/java-raml1-tools/ -->
<dependency>
<groupId>eu.inn</groupId>
<artifactId>java-raml1-tools</artifactId>
<version>0.0.32</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.inn/java-raml1-tools/
implementation 'eu.inn:java-raml1-tools:0.0.32'
// https://jarcasting.com/artifacts/eu.inn/java-raml1-tools/
implementation ("eu.inn:java-raml1-tools:0.0.32")
'eu.inn:java-raml1-tools:pom:0.0.32'
<dependency org="eu.inn" name="java-raml1-tools" rev="0.0.32">
<artifact name="java-raml1-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.inn', module='java-raml1-tools', version='0.0.32')
)
libraryDependencies += "eu.inn" % "java-raml1-tools" % "0.0.32"
[eu.inn/java-raml1-tools "0.0.32"]
This repository will be deprecated soon. Please use this version that contains a native implementation of the Java parser.