| Группа | Группаcn.sx.yys |
|---|---|
| Идентификатор | ИдентификаторYuanShuai-Commons |
| Версия | Версия2.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| YuanShuai-Commons-2.3.pom | |
| YuanShuai-Commons-2.3.jar | 47 KB |
| YuanShuai-Commons-2.3-sources.jar | 29 KB |
| YuanShuai-Commons-2.3-javadoc.jar | 252 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/ -->
<dependency>
<groupId>cn.sx.yys</groupId>
<artifactId>YuanShuai-Commons</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/
implementation 'cn.sx.yys:YuanShuai-Commons:2.3'
// https://jarcasting.com/artifacts/cn.sx.yys/YuanShuai-Commons/
implementation ("cn.sx.yys:YuanShuai-Commons:2.3")
'cn.sx.yys:YuanShuai-Commons:jar:2.3'
<dependency org="cn.sx.yys" name="YuanShuai-Commons" rev="2.3">
<artifact name="YuanShuai-Commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sx.yys', module='YuanShuai-Commons', version='2.3')
)
libraryDependencies += "cn.sx.yys" % "YuanShuai-Commons" % "2.3"
[cn.sx.yys/YuanShuai-Commons "2.3"]