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