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