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