is not current version
Last Version 0.6.0

com.github.wnameless.spring:spring-routing-resolver 0.1.0

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

GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-routing-resolver
Version

Version

0.1.0
Type

Type

jar

Download spring-routing-resolver 0.1.0


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