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