Spring Request Mapping Extrator

A library that extracts spring framework request mappings along with method name and parameters. I created this library to help me migrate a Spring-based project into Golang.

License

License

GroupId

GroupId

com.johnpili
ArtifactId

ArtifactId

spring-request-mapping-extractor
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Request Mapping Extrator
A library that extracts spring framework request mappings along with method name and parameters. I created this library to help me migrate a Spring-based project into Golang.
Project URL

Project URL

https://github.com/johnpili/spring-request-mapping-extractor

Download spring-request-mapping-extractor

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.10.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.0.pr1
joda-time : joda-time jar 2.10.4
javax.servlet : jstl jar 1.2
org.springframework : spring-webmvc jar 5.3.5
org.slf4j : slf4j-api jar 1.7.16

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.servlet.jsp : jsp-api jar 2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0