GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdsystem-api |
Version | Version7.0.1 |
Type | Typejar |
Filename | Size |
---|---|
system-api-7.0.1.pom | |
system-api-7.0.1.jar | 116 KB |
system-api-7.0.1-sources.jar | 57 KB |
system-api-7.0.1-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/system-api/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>system-api</artifactId>
<version>7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-api/
implementation 'cn.stylefeng.roses:system-api:7.0.1'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-api/
implementation ("cn.stylefeng.roses:system-api:7.0.1")
'cn.stylefeng.roses:system-api:jar:7.0.1'
<dependency org="cn.stylefeng.roses" name="system-api" rev="7.0.1">
<artifact name="system-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='system-api', version='7.0.1')
)
libraryDependencies += "cn.stylefeng.roses" % "system-api" % "7.0.1"
[cn.stylefeng.roses/system-api "7.0.1"]