u

up-spring-mvc

Files download
File Operation
up-spring-mvc-0.0.5.jar download
up-spring-mvc-0.0.5.pom download
up-spring-mvc-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.restup</groupId>
  <artifactId>up-spring-mvc</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.restup:up-spring-mvc:0.0.5'
Gradle Kotlin
implementation("com.github.restup:up-spring-mvc:0.0.5")
Scala SBT
libraryDependencies += "com.github.restup" % "up-spring-mvc" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.restup', module='up-spring-mvc', version='0.0.5')
)
Apache Ivy
<dependency org="com.github.restup" name="up-spring-mvc" rev="0.0.5" />
Leiningen
[com.github.restup/up-spring-mvc "0.0.5"]
Apache Buildr
'com.github.restup:up-spring-mvc:jar:0.0.5'