is not current version
Last Version 1.0.2

io.gitlab.nalocal:my-spring-boot-starter 1.0.1

TestStarter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.gitlab.nalocal
ArtifactId

ArtifactId

my-spring-boot-starter
Version

Version

1.0.1
Type

Type

jar

Download my-spring-boot-starter 1.0.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.nalocal/my-spring-boot-starter/
implementation 'io.gitlab.nalocal:my-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/io.gitlab.nalocal/my-spring-boot-starter/
implementation ("io.gitlab.nalocal:my-spring-boot-starter:1.0.1")
'io.gitlab.nalocal:my-spring-boot-starter:jar:1.0.1'
<dependency org="io.gitlab.nalocal" name="my-spring-boot-starter" rev="1.0.1">
  <artifact name="my-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.nalocal', module='my-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "io.gitlab.nalocal" % "my-spring-boot-starter" % "1.0.1"
[io.gitlab.nalocal/my-spring-boot-starter "1.0.1"]