License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.taills |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Common
Taills's Spring Boot Project Common
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-common-1.3.0.pom | |
spring-boot-common-1.3.0.jar | 112 KB |
spring-boot-common-1.3.0-sources.jar | 73 KB |
spring-boot-common-1.3.0-javadoc.jar | 549 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-common/
implementation 'io.github.taills:spring-boot-common:1.3.0'
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-common/
implementation ("io.github.taills:spring-boot-common:1.3.0")
'io.github.taills:spring-boot-common:jar:1.3.0'
<dependency org="io.github.taills" name="spring-boot-common" rev="1.3.0">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.taills', module='spring-boot-common', version='1.3.0')
)
libraryDependencies += "io.github.taills" % "spring-boot-common" % "1.3.0"
[io.github.taills/spring-boot-common "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.springframework.boot : spring-boot-starter-test | jar |