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