Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.betterigo |
ArtifactId | ArtifactIdspring-boot-starter-respack |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/ -->
<dependency>
<groupId>io.github.betterigo</groupId>
<artifactId>spring-boot-starter-respack</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/
implementation 'io.github.betterigo:spring-boot-starter-respack:1.0.1'
// https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/
implementation ("io.github.betterigo:spring-boot-starter-respack:1.0.1")
'io.github.betterigo:spring-boot-starter-respack:jar:1.0.1'
<dependency org="io.github.betterigo" name="spring-boot-starter-respack" rev="1.0.1">
<artifact name="spring-boot-starter-respack" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.betterigo', module='spring-boot-starter-respack', version='1.0.1')
)
libraryDependencies += "io.github.betterigo" % "spring-boot-starter-respack" % "1.0.1"
[io.github.betterigo/spring-boot-starter-respack "1.0.1"]