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