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