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