License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdme.proton.core |
ArtifactId | ArtifactIdnetwork |
Version | Version7.1.2 |
Type | Typeaar |
Description |
Descriptionnetwork
Proton Core libraries for Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
network-7.1.2.pom | |
network-7.1.2-sources.jar | 261 bytes |
network-7.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/network/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>network</artifactId>
<version>7.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/network/
implementation 'me.proton.core:network:7.1.2'
// https://jarcasting.com/artifacts/me.proton.core/network/
implementation ("me.proton.core:network:7.1.2")
'me.proton.core:network:aar:7.1.2'
<dependency org="me.proton.core" name="network" rev="7.1.2">
<artifact name="network" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='network', version='7.1.2')
)
libraryDependencies += "me.proton.core" % "network" % "7.1.2"
[me.proton.core/network "7.1.2"]
Group / Artifact | Type | Version |
---|---|---|
me.proton.core : network-domain | jar | 7.1.2 |
me.proton.core : network-data | jar | 7.1.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |