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