Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.taills |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-1.2.5.pom | |
spring-boot-common-1.2.5.jar | 78 KB |
spring-boot-common-1.2.5-sources.jar | 49 KB |
spring-boot-common-1.2.5-javadoc.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.taills/spring-boot-common/ -->
<dependency>
<groupId>io.github.taills</groupId>
<artifactId>spring-boot-common</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-common/
implementation 'io.github.taills:spring-boot-common:1.2.5'
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-common/
implementation ("io.github.taills:spring-boot-common:1.2.5")
'io.github.taills:spring-boot-common:jar:1.2.5'
<dependency org="io.github.taills" name="spring-boot-common" rev="1.2.5">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.taills', module='spring-boot-common', version='1.2.5')
)
libraryDependencies += "io.github.taills" % "spring-boot-common" % "1.2.5"
[io.github.taills/spring-boot-common "1.2.5"]