s

spring-helper

Realizing filtering operation on Spring API (JDK 11)
G-Corporation
G-Corporation
G-Corporation
Files download
File Operation
spring-helper-2.0.1.jar download
spring-helper-2.0.1.pom download
spring-helper-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gcorporationcare</groupId>
  <artifactId>spring-helper</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.gcorporationcare:spring-helper:2.0.1'
Gradle Kotlin
implementation("com.github.gcorporationcare:spring-helper:2.0.1")
Scala SBT
libraryDependencies += "com.github.gcorporationcare" % "spring-helper" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gcorporationcare', module='spring-helper', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.gcorporationcare" name="spring-helper" rev="2.0.1" />
Leiningen
[com.github.gcorporationcare/spring-helper "2.0.1"]
Apache Buildr
'com.github.gcorporationcare:spring-helper:jar:2.0.1'