<dependency>
<groupId>io.github.jeff-zou</groupId>
<artifactId>springboot-on-cloud-native-template-jars</artifactId>
<version>2.6.6.12</version>
</dependency>
implementation group: 'io.github.jeff-zou', name: 'springboot-on-cloud-native-template-jars', version: '2.6.6.12'
implementation 'io.github.jeff-zou:springboot-on-cloud-native-template-jars:2.6.6.12'
implementation("io.github.jeff-zou:springboot-on-cloud-native-template-jars:2.6.6.12")
libraryDependencies += "io.github.jeff-zou" % "springboot-on-cloud-native-template-jars" % "2.6.6.12"
<dependency org="io.github.jeff-zou" name="springboot-on-cloud-native-template-jars" rev="2.6.6.12"/>
@Grapes(
@Grab(group='io.github.jeff-zou', module='springboot-on-cloud-native-template-jars', version='2.6.6.12')
)
[io.github.jeff-zou/springboot-on-cloud-native-template-jars "2.6.6.12"]
'io.github.jeff-zou:springboot-on-cloud-native-template-jars:jar:2.6.6.12'