is not current version
Last Version 0.1.12

com.github.michaelruocco:spring-filters 0.1.4

Library containing commonly used filters for a spring boot application

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

spring-filters
Version

Version

0.1.4
Type

Type

jar

Download spring-filters 0.1.4


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