Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.shiver-me-timbers |
ArtifactId | ArtifactIdsmt-parent-spring-boot |
Version | Version1.3.5.0 |
Type | Typepom |
Filename | Size |
---|---|
smt-parent-spring-boot-1.3.5.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent-spring-boot/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-parent-spring-boot</artifactId>
<version>1.3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent-spring-boot/
implementation 'com.github.shiver-me-timbers:smt-parent-spring-boot:1.3.5.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent-spring-boot/
implementation ("com.github.shiver-me-timbers:smt-parent-spring-boot:1.3.5.0")
'com.github.shiver-me-timbers:smt-parent-spring-boot:pom:1.3.5.0'
<dependency org="com.github.shiver-me-timbers" name="smt-parent-spring-boot" rev="1.3.5.0">
<artifact name="smt-parent-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-parent-spring-boot', version='1.3.5.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-parent-spring-boot" % "1.3.5.0"
[com.github.shiver-me-timbers/smt-parent-spring-boot "1.3.5.0"]