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