| GroupId | GroupIdcn.sx.yys |
|---|---|
| ArtifactId | ArtifactIdYuanShuai-Commons |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| YuanShuai-Commons-1.0.pom | |
| YuanShuai-Commons-1.0.jar | 11 KB |
| YuanShuai-Commons-1.0-sources.jar | 5 KB |
| YuanShuai-Commons-1.0-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/ -->
<dependency>
<groupId>cn.sx.yys</groupId>
<artifactId>YuanShuai-Commons</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/
implementation 'cn.sx.yys:YuanShuai-Commons:1.0'
// https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/
implementation ("cn.sx.yys:YuanShuai-Commons:1.0")
'cn.sx.yys:YuanShuai-Commons:jar:1.0'
<dependency org="cn.sx.yys" name="YuanShuai-Commons" rev="1.0">
<artifact name="YuanShuai-Commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sx.yys', module='YuanShuai-Commons', version='1.0')
)
libraryDependencies += "cn.sx.yys" % "YuanShuai-Commons" % "1.0"
[cn.sx.yys/YuanShuai-Commons "1.0"]