Download spring-routing-resolver-0.1.0.jar file - Jar s

Jar examples for s:spring-routing-resolver

Description

An easy way to find out all routing paths in Spring annotated controllers.

You can download jar file spring-routing-resolver 0.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-routing-resolver-0.1.0.jar to your project.

<dependency>
   <groupId>com.github.wnameless.spring</groupId>
   <artifactId>spring-routing-resolver</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.github.wnameless.spring', name: 'spring-routing-resolver', version: '0.1.0'
libraryDependencies += "com.github.wnameless.spring" % "spring-routing-resolver" % "0.1.0"
<dependency org="com.github.wnameless.spring" name="spring-routing-resolver" rev="0.1.0"/>
@Grapes(@Grab(group='com.github.wnameless.spring', module='spring-routing-resolver', version='0.1.0'))
'com.github.wnameless.spring:spring-routing-resolver:jar:0.1.0'

Download

Click the following link to download the jar file.

spring-routing-resolver-0.1.0-javadoc.jar
spring-routing-resolver-0.1.0-sources.jar
spring-routing-resolver-0.1.0.jar
spring-routing-resolver-0.1.0.pom



Related Tutorials