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