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