Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.answerail |
ArtifactId | ArtifactIddinger-spring-boot-starter |
Version | Version1.2.1-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.answerail/dinger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.answerail</groupId>
<artifactId>dinger-spring-boot-starter</artifactId>
<version>1.2.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.answerail/dinger-spring-boot-starter/
implementation 'com.github.answerail:dinger-spring-boot-starter:1.2.1-beta'
// https://jarcasting.com/artifacts/com.github.answerail/dinger-spring-boot-starter/
implementation ("com.github.answerail:dinger-spring-boot-starter:1.2.1-beta")
'com.github.answerail:dinger-spring-boot-starter:jar:1.2.1-beta'
<dependency org="com.github.answerail" name="dinger-spring-boot-starter" rev="1.2.1-beta">
<artifact name="dinger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.answerail', module='dinger-spring-boot-starter', version='1.2.1-beta')
)
libraryDependencies += "com.github.answerail" % "dinger-spring-boot-starter" % "1.2.1-beta"
[com.github.answerail/dinger-spring-boot-starter "1.2.1-beta"]