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