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