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