Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

com.github.stephenenright
Идентификатор

Идентификатор

spring-router
Версия

Версия

1.1
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/stephenenright/spring-router-mvc
Система контроля версий

Система контроля версий

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

Скачать 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"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.4
org.springframework : spring-context Необязательный jar
org.springframework : spring-aop Необязательный jar
org.springframework : spring-beans Необязательный jar
org.springframework : spring-aspects Необязательный jar
org.springframework : spring-web Необязательный jar
org.springframework : spring-webmvc Необязательный jar
org.slf4j : slf4j-api jar 1.6.1

provided (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.springframework : spring-test jar
org.easymock : easymock jar 3.4
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.