Categories |
CategoriesNet |
---|---|
GroupId | GroupIdme.proton.core |
ArtifactId | ArtifactIdnetwork |
Version | Version7.2.3-5.12 |
Type | Typeaar |
Filename | Size |
---|---|
network-7.2.3-5.12.pom | |
network-7.2.3-5.12-sources.jar | 261 bytes |
network-7.2.3-5.12-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/network/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>network</artifactId>
<version>7.2.3-5.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/network/
implementation 'me.proton.core:network:7.2.3-5.12'
// https://jarcasting.com/artifacts/me.proton.core/network/
implementation ("me.proton.core:network:7.2.3-5.12")
'me.proton.core:network:aar:7.2.3-5.12'
<dependency org="me.proton.core" name="network" rev="7.2.3-5.12">
<artifact name="network" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='network', version='7.2.3-5.12')
)
libraryDependencies += "me.proton.core" % "network" % "7.2.3-5.12"
[me.proton.core/network "7.2.3-5.12"]