s

springlets-parent

Springlets provides a series of heterogeneus small utilities for Spring based applications and Spring Boot starters not available in the main Spring projects: Spring Framework, Spring Data, Spring Boot, ...
http://springlets.io
The Apache Software License, Version 2.0
DISID Corporation
Enrique Ruiz Juan Carlos García Cèsar Ordiñana
Files download
File Operation
springlets-parent-1.2.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>io.springlets</groupId>
  <artifactId>springlets-parent</artifactId>
  <version>1.2.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.springlets:springlets-parent:1.2.0.RELEASE'
Gradle Kotlin
implementation("io.springlets:springlets-parent:1.2.0.RELEASE")
Scala SBT
libraryDependencies += "io.springlets" % "springlets-parent" % "1.2.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.springlets', module='springlets-parent', version='1.2.0.RELEASE')
)
Apache Ivy
<dependency org="io.springlets" name="springlets-parent" rev="1.2.0.RELEASE" />
Leiningen
[io.springlets/springlets-parent "1.2.0.RELEASE"]
Apache Buildr
'io.springlets:springlets-parent:jar:1.2.0.RELEASE'