s

springmvc-raml-parser

Components including the parsing of RAML documents and Spring MVC Annotations to create RAML models
https://github.com/phoenixnap/springmvc-raml-plugin/tree/master/springmvc-raml-parser
The Apache License, Version 2.0
Kurt Paris
Files download
File Operation
springmvc-raml-parser-0.8.5.jar download
springmvc-raml-parser-0.8.5.pom download
springmvc-raml-parser-0.8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.phoenixnap.oss</groupId>
  <artifactId>springmvc-raml-parser</artifactId>
  <version>0.8.5</version>
</dependency>
Gradle Groovy
implementation 'com.phoenixnap.oss:springmvc-raml-parser:0.8.5'
Gradle Kotlin
implementation("com.phoenixnap.oss:springmvc-raml-parser:0.8.5")
Scala SBT
libraryDependencies += "com.phoenixnap.oss" % "springmvc-raml-parser" % "0.8.5"
Groovy Grape
@Grapes(
  @Grab(group='com.phoenixnap.oss', module='springmvc-raml-parser', version='0.8.5')
)
Apache Ivy
<dependency org="com.phoenixnap.oss" name="springmvc-raml-parser" rev="0.8.5" />
Leiningen
[com.phoenixnap.oss/springmvc-raml-parser "0.8.5"]
Apache Buildr
'com.phoenixnap.oss:springmvc-raml-parser:jar:0.8.5'