Last Version

Spring MVC Annotation Interceptor 1.0.0

A annotation generic based java web interceptor for Spring MVC.

License

License

Categories

Categories

Spring MVC User Interface Web Frameworks
GroupId

GroupId

me.mervinz
ArtifactId

ArtifactId

spring-mvc-annotation-interceptor
Version

Version

1.0.0
Type

Type

jar
Description

Description

Spring MVC Annotation Interceptor
A annotation generic based java web interceptor for Spring MVC.
Project URL

Project URL

https://github.com/mofei2816/spring-mvc-annotation-interceptor
Source Code Management

Source Code Management

https://github.com/mofei2816/spring-mvc-annotation-interceptor.git

Download spring-mvc-annotation-interceptor 1.0.0


<!-- https://jarcasting.com/artifacts/me.mervinz/spring-mvc-annotation-interceptor/ -->
<dependency>
    <groupId>me.mervinz</groupId>
    <artifactId>spring-mvc-annotation-interceptor</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mervinz/spring-mvc-annotation-interceptor/
implementation 'me.mervinz:spring-mvc-annotation-interceptor:1.0.0'
// https://jarcasting.com/artifacts/me.mervinz/spring-mvc-annotation-interceptor/
implementation ("me.mervinz:spring-mvc-annotation-interceptor:1.0.0")
'me.mervinz:spring-mvc-annotation-interceptor:jar:1.0.0'
<dependency org="me.mervinz" name="spring-mvc-annotation-interceptor" rev="1.0.0">
  <artifact name="spring-mvc-annotation-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mervinz', module='spring-mvc-annotation-interceptor', version='1.0.0')
)
libraryDependencies += "me.mervinz" % "spring-mvc-annotation-interceptor" % "1.0.0"
[me.mervinz/spring-mvc-annotation-interceptor "1.0.0"]

Dependencies

provided (10)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
aopalliance : aopalliance jar 1.0
commons-logging : commons-logging jar 1.2
org.springframework : spring-core jar 4.1.6.RELEASE
org.springframework : spring-aop jar 4.1.6.RELEASE
org.springframework : spring-beans jar 4.1.6.RELEASE
org.springframework : spring-context jar 4.1.6.RELEASE
org.springframework : spring-expression jar 4.1.6.RELEASE
org.springframework : spring-web jar 4.1.6.RELEASE
org.springframework : spring-webmvc jar 4.1.6.RELEASE

Project Modules

There are no modules declared in this project.