<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-monitor</artifactId> <version>0.8.1</version> </dependency>
implementation 'cn.itlym:shoulder-monitor:0.8.1'
implementation("cn.itlym:shoulder-monitor:0.8.1")
libraryDependencies += "cn.itlym" % "shoulder-monitor" % "0.8.1"
@Grapes( @Grab(group='cn.itlym', module='shoulder-monitor', version='0.8.1') )
<dependency org="cn.itlym" name="shoulder-monitor" rev="0.8.1" />
[cn.itlym/shoulder-monitor "0.8.1"]
'cn.itlym:shoulder-monitor:jar:0.8.1'
<parent> <groupId>cn.itlym</groupId> <artifactId>shoulder-parent</artifactId> <version>0.8.1</version> </parent>
compile
|-- cn.itlym:shoulder-core
|-- org.springframework.boot:spring-boot-starter-actuator
|-- io.micrometer:micrometer-registry-prometheus