is not current version
Last Version 1.0.3

io.github.thebesteric.framework:versioner-starter 1.0.2

Versioner for SpringBoot

GroupId

GroupId

io.github.thebesteric.framework
ArtifactId

ArtifactId

versioner-starter
Version

Version

1.0.2
Type

Type

jar

Download versioner-starter 1.0.2


<!-- https://jarcasting.com/artifacts/io.github.thebesteric.framework/versioner-starter/ -->
<dependency>
    <groupId>io.github.thebesteric.framework</groupId>
    <artifactId>versioner-starter</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thebesteric.framework/versioner-starter/
implementation 'io.github.thebesteric.framework:versioner-starter:1.0.2'
// https://jarcasting.com/artifacts/io.github.thebesteric.framework/versioner-starter/
implementation ("io.github.thebesteric.framework:versioner-starter:1.0.2")
'io.github.thebesteric.framework:versioner-starter:jar:1.0.2'
<dependency org="io.github.thebesteric.framework" name="versioner-starter" rev="1.0.2">
  <artifact name="versioner-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thebesteric.framework', module='versioner-starter', version='1.0.2')
)
libraryDependencies += "io.github.thebesteric.framework" % "versioner-starter" % "1.0.2"
[io.github.thebesteric.framework/versioner-starter "1.0.2"]