| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stephenenright |
| ArtifactId | ArtifactIdspring-router |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionSpring 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-router-1.1.pom | |
| spring-router-1.1.jar | 96 KB |
| spring-router-1.1-sources.jar | 47 KB |
| spring-router-1.1-javadoc.jar | 715 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | |
| org.easymock : easymock | jar | 3.4 |
| junit : junit | jar | 4.12 |