GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIdsystem-api |
Version | Version7.1.3 |
Type | Typejar |
Filename | Size |
---|---|
system-api-7.1.3.pom | |
system-api-7.1.3.jar | 162 KB |
system-api-7.1.3-sources.jar | 119 KB |
system-api-7.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-api/
implementation 'cn.stylefeng.roses:system-api:7.1.3'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-api/
implementation ("cn.stylefeng.roses:system-api:7.1.3")
'cn.stylefeng.roses:system-api:jar:7.1.3'
<dependency org="cn.stylefeng.roses" name="system-api" rev="7.1.3">
<artifact name="system-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='system-api', version='7.1.3')
)
libraryDependencies += "cn.stylefeng.roses" % "system-api" % "7.1.3"
[cn.stylefeng.roses/system-api "7.1.3"]