License |
License |
---|---|
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIdramler |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Ramler Reactor
Code and documentation generator for RAML 1.0
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ramler-0.10.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j/ramler/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>ramler</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/ramler/
implementation 'org.ops4j:ramler:0.10.0'
// https://jarcasting.com/artifacts/org.ops4j/ramler/
implementation ("org.ops4j:ramler:0.10.0")
'org.ops4j:ramler:pom:0.10.0'
<dependency org="org.ops4j" name="ramler" rev="0.10.0">
<artifact name="ramler" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='ramler', version='0.10.0')
)
libraryDependencies += "org.ops4j" % "ramler" % "0.10.0"
[org.ops4j/ramler "0.10.0"]