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