Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.akhikhl.gretty |
ArtifactId | ArtifactIdgretty-runner-spring-boot |
Version | Version1.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-runner-spring-boot/ -->
<dependency>
<groupId>org.akhikhl.gretty</groupId>
<artifactId>gretty-runner-spring-boot</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-runner-spring-boot/
implementation 'org.akhikhl.gretty:gretty-runner-spring-boot:1.1.7'
// https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-runner-spring-boot/
implementation ("org.akhikhl.gretty:gretty-runner-spring-boot:1.1.7")
'org.akhikhl.gretty:gretty-runner-spring-boot:jar:1.1.7'
<dependency org="org.akhikhl.gretty" name="gretty-runner-spring-boot" rev="1.1.7">
<artifact name="gretty-runner-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.akhikhl.gretty', module='gretty-runner-spring-boot', version='1.1.7')
)
libraryDependencies += "org.akhikhl.gretty" % "gretty-runner-spring-boot" % "1.1.7"
[org.akhikhl.gretty/gretty-runner-spring-boot "1.1.7"]