is not current version
Last Version 1.2.1

org.resthub:springmvc-router 1.2.0

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

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

springmvc-router
Version

Version

1.2.0
Type

Type

jar

Download springmvc-router 1.2.0


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