is not current version
Last Version 1.3.0

io.github.taills:spring-boot-common 1.2.2

Taills's Spring Boot Project Common

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.taills
ArtifactId

ArtifactId

spring-boot-common
Version

Version

1.2.2
Type

Type

jar

Download spring-boot-common 1.2.2


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