Last Version

Spring Router 1.1

spring-router-mvc is a small, simple but pragmatic project. This project provides an alternative to the default routing mechanism provided by spring mvc. This project provides an API that supports adding routes and routing constraints to your application.

License

License

GroupId

GroupId

com.github.stephenenright
ArtifactId

ArtifactId

spring-router
Version

Version

1.1
Type

Type

jar
Description

Description

Spring Router
spring-router-mvc is a small, simple but pragmatic project. This project provides an alternative to the default routing mechanism provided by spring mvc. This project provides an API that supports adding routes and routing constraints to your application.
Project URL

Project URL

https://github.com/stephenenright/spring-router-mvc
Source Code Management

Source Code Management

https://github.com/stephenenright/spring-router-mvc

Download spring-router 1.1


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

Dependencies

compile (8)

Group / Artifact Type Version
commons-io : commons-io jar 2.4
org.springframework : spring-context Optional jar
org.springframework : spring-aop Optional jar
org.springframework : spring-beans Optional jar
org.springframework : spring-aspects Optional jar
org.springframework : spring-web Optional jar
org.springframework : spring-webmvc Optional jar
org.slf4j : slf4j-api jar 1.6.1

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
javax.servlet : jsp-api jar 2.0
org.thymeleaf : thymeleaf jar 3.0.3.RELEASE

runtime (3)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1
log4j : log4j jar 1.2.17

test (3)

Group / Artifact Type Version
org.springframework : spring-test jar
org.easymock : easymock jar 3.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.