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