License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.gitlab.nalocal |
ArtifactId | ArtifactIdmy-spring-boot-starter |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionmy-spring-boot-starter
TestStarter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.gitlab.nalocal/my-spring-boot-starter/ -->
<dependency>
<groupId>io.gitlab.nalocal</groupId>
<artifactId>my-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.nalocal/my-spring-boot-starter/
implementation 'io.gitlab.nalocal:my-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/io.gitlab.nalocal/my-spring-boot-starter/
implementation ("io.gitlab.nalocal:my-spring-boot-starter:1.0.2")
'io.gitlab.nalocal:my-spring-boot-starter:jar:1.0.2'
<dependency org="io.gitlab.nalocal" name="my-spring-boot-starter" rev="1.0.2">
<artifact name="my-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.nalocal', module='my-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "io.gitlab.nalocal" % "my-spring-boot-starter" % "1.0.2"
[io.gitlab.nalocal/my-spring-boot-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.5.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.4 |
com.alibaba : fastjson | jar | 1.2.76 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.4 |