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