Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.mateo767 |
ArtifactId | ArtifactIdspring-boot-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-utils-1.0.0.pom | |
spring-boot-utils-1.0.0.jar | 18 KB |
spring-boot-utils-1.0.0-sources.jar | 12 KB |
spring-boot-utils-1.0.0-javadoc.jar | 150 KB |
Browse |
<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mateo767/spring-boot-utils/
implementation 'io.github.mateo767:spring-boot-utils:1.0.0'
// https://jarcasting.com/artifacts/io.github.mateo767/spring-boot-utils/
implementation ("io.github.mateo767:spring-boot-utils:1.0.0")
'io.github.mateo767:spring-boot-utils:jar:1.0.0'
<dependency org="io.github.mateo767" name="spring-boot-utils" rev="1.0.0">
<artifact name="spring-boot-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mateo767', module='spring-boot-utils', version='1.0.0')
)
libraryDependencies += "io.github.mateo767" % "spring-boot-utils" % "1.0.0"
[io.github.mateo767/spring-boot-utils "1.0.0"]