s

springmvc-raml-annotations

Optional custom annotations allowing behaviour to be defined that cannot be described within the standard SpringMVC annotations
https://github.com/phoenixnap/springmvc-raml-plugin/tree/master/springmvc-raml-annotations
The Apache License, Version 2.0
Kurt Paris
Files download
File Operation
springmvc-raml-annotations-0.10.14.jar download
springmvc-raml-annotations-0.10.14.pom download
springmvc-raml-annotations-0.10.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.phoenixnap.oss</groupId>
  <artifactId>springmvc-raml-annotations</artifactId>
  <version>0.10.14</version>
</dependency>
Gradle Groovy
implementation 'com.phoenixnap.oss:springmvc-raml-annotations:0.10.14'
Gradle Kotlin
implementation("com.phoenixnap.oss:springmvc-raml-annotations:0.10.14")
Scala SBT
libraryDependencies += "com.phoenixnap.oss" % "springmvc-raml-annotations" % "0.10.14"
Groovy Grape
@Grapes(
  @Grab(group='com.phoenixnap.oss', module='springmvc-raml-annotations', version='0.10.14')
)
Apache Ivy
<dependency org="com.phoenixnap.oss" name="springmvc-raml-annotations" rev="0.10.14" />
Leiningen
[com.phoenixnap.oss/springmvc-raml-annotations "0.10.14"]
Apache Buildr
'com.phoenixnap.oss:springmvc-raml-annotations:jar:0.10.14'