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