GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdspring-filters |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
spring-filters-0.1.6.pom | |
spring-filters-0.1.6.jar | 38 KB |
spring-filters-0.1.6-test-fixtures.jar | 11 KB |
spring-filters-0.1.6-sources.jar | 21 KB |
spring-filters-0.1.6-javadoc.jar | 516 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/spring-filters/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>spring-filters</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/spring-filters/
implementation 'com.github.michaelruocco:spring-filters:0.1.6'
// https://jarcasting.com/artifacts/com.github.michaelruocco/spring-filters/
implementation ("com.github.michaelruocco:spring-filters:0.1.6")
'com.github.michaelruocco:spring-filters:jar:0.1.6'
<dependency org="com.github.michaelruocco" name="spring-filters" rev="0.1.6">
<artifact name="spring-filters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='spring-filters', version='0.1.6')
)
libraryDependencies += "com.github.michaelruocco" % "spring-filters" % "0.1.6"
[com.github.michaelruocco/spring-filters "0.1.6"]