GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdtimer-business |
Version | Version7.0.0 |
Type | Typejar |
Filename | Size |
---|---|
timer-business-7.0.0.pom | |
timer-business-7.0.0.jar | 18 KB |
timer-business-7.0.0-sources.jar | 12 KB |
timer-business-7.0.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/timer-business/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>timer-business</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/timer-business/
implementation 'cn.stylefeng.roses:timer-business:7.0.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/timer-business/
implementation ("cn.stylefeng.roses:timer-business:7.0.0")
'cn.stylefeng.roses:timer-business:jar:7.0.0'
<dependency org="cn.stylefeng.roses" name="timer-business" rev="7.0.0">
<artifact name="timer-business" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='timer-business', version='7.0.0')
)
libraryDependencies += "cn.stylefeng.roses" % "timer-business" % "7.0.0"
[cn.stylefeng.roses/timer-business "7.0.0"]