| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.ti-net.threepart |
| Идентификатор | Идентификаторonline |
| Версия | Версия1.1.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| online-1.1.0.pom | |
| online-1.1.0.aar | 2 MB |
| online-1.1.0-sources.jar | 86 KB |
| online-1.1.0-javadoc.jar | 330 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ti-net.threepart/online/ -->
<dependency>
<groupId>com.ti-net.threepart</groupId>
<artifactId>online</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ti-net.threepart/online/
implementation 'com.ti-net.threepart:online:1.1.0'
// https://jarcasting.com/artifacts/com.ti-net.threepart/online/
implementation ("com.ti-net.threepart:online:1.1.0")
'com.ti-net.threepart:online:aar:1.1.0'
<dependency org="com.ti-net.threepart" name="online" rev="1.1.0">
<artifact name="online" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ti-net.threepart', module='online', version='1.1.0')
)
libraryDependencies += "com.ti-net.threepart" % "online" % "1.1.0"
[com.ti-net.threepart/online "1.1.0"]