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