is not current version
Last Version 1.2.0.RELEASE

io.springlets:springlets-parent 1.2.0.RC1

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, ...

GroupId

GroupId

io.springlets
ArtifactId

ArtifactId

springlets-parent
Version

Version

1.2.0.RC1
Type

Type

pom

Download springlets-parent 1.2.0.RC1


<!-- https://jarcasting.com/artifacts/io.springlets/springlets-parent/ -->
<dependency>
    <groupId>io.springlets</groupId>
    <artifactId>springlets-parent</artifactId>
    <version>1.2.0.RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.springlets/springlets-parent/
implementation 'io.springlets:springlets-parent:1.2.0.RC1'
// https://jarcasting.com/artifacts/io.springlets/springlets-parent/
implementation ("io.springlets:springlets-parent:1.2.0.RC1")
'io.springlets:springlets-parent:pom:1.2.0.RC1'
<dependency org="io.springlets" name="springlets-parent" rev="1.2.0.RC1">
  <artifact name="springlets-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.springlets', module='springlets-parent', version='1.2.0.RC1')
)
libraryDependencies += "io.springlets" % "springlets-parent" % "1.2.0.RC1"
[io.springlets/springlets-parent "1.2.0.RC1"]