Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.github.jeff-zou |
ArtifactId | ArtifactIdspringboot-on-cloud-native-template-jars |
Version | Version2.6.6 |
Type | Typepom |
Filename | Size |
---|---|
springboot-on-cloud-native-template-jars-2.6.6.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jeff-zou/springboot-on-cloud-native-template-jars/ -->
<dependency>
<groupId>io.github.jeff-zou</groupId>
<artifactId>springboot-on-cloud-native-template-jars</artifactId>
<version>2.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeff-zou/springboot-on-cloud-native-template-jars/
implementation 'io.github.jeff-zou:springboot-on-cloud-native-template-jars:2.6.6'
// https://jarcasting.com/artifacts/io.github.jeff-zou/springboot-on-cloud-native-template-jars/
implementation ("io.github.jeff-zou:springboot-on-cloud-native-template-jars:2.6.6")
'io.github.jeff-zou:springboot-on-cloud-native-template-jars:pom:2.6.6'
<dependency org="io.github.jeff-zou" name="springboot-on-cloud-native-template-jars" rev="2.6.6">
<artifact name="springboot-on-cloud-native-template-jars" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jeff-zou', module='springboot-on-cloud-native-template-jars', version='2.6.6')
)
libraryDependencies += "io.github.jeff-zou" % "springboot-on-cloud-native-template-jars" % "2.6.6"
[io.github.jeff-zou/springboot-on-cloud-native-template-jars "2.6.6"]