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