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.5.jar download
springmvc-raml-annotations-0.10.5.pom download
springmvc-raml-annotations-0.10.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.phoenixnap.oss</groupId>
  <artifactId>springmvc-raml-annotations</artifactId>
  <version>0.10.5</version>
</dependency>
Gradle Groovy
implementation 'com.phoenixnap.oss:springmvc-raml-annotations:0.10.5'
Gradle Kotlin
implementation("com.phoenixnap.oss:springmvc-raml-annotations:0.10.5")
Scala SBT
libraryDependencies += "com.phoenixnap.oss" % "springmvc-raml-annotations" % "0.10.5"
Groovy Grape
@Grapes(
  @Grab(group='com.phoenixnap.oss', module='springmvc-raml-annotations', version='0.10.5')
)
Apache Ivy
<dependency org="com.phoenixnap.oss" name="springmvc-raml-annotations" rev="0.10.5" />
Leiningen
[com.phoenixnap.oss/springmvc-raml-annotations "0.10.5"]
Apache Buildr
'com.phoenixnap.oss:springmvc-raml-annotations:jar:0.10.5'