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