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