is not current version
Last Version 1.2.1

org.resthub:springmvc-router 0.7

Adds route mapping capacity to any "Spring MVC based" webapp.

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

springmvc-router
Version

Version

0.7
Type

Type

jar

Download springmvc-router 0.7


<!-- https://jarcasting.com/artifacts/org.resthub/springmvc-router/ -->
<dependency>
    <groupId>org.resthub</groupId>
    <artifactId>springmvc-router</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/springmvc-router/
implementation 'org.resthub:springmvc-router:0.7'
// https://jarcasting.com/artifacts/org.resthub/springmvc-router/
implementation ("org.resthub:springmvc-router:0.7")
'org.resthub:springmvc-router:jar:0.7'
<dependency org="org.resthub" name="springmvc-router" rev="0.7">
  <artifact name="springmvc-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='springmvc-router', version='0.7')
)
libraryDependencies += "org.resthub" % "springmvc-router" % "0.7"
[org.resthub/springmvc-router "0.7"]