Categories |
CategoriesNet Networking |
---|---|
GroupId | GroupIdcom.handpoint.api.shared |
ArtifactId | ArtifactIdnetworking |
Version | Version6.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
networking-6.4.0.pom | |
networking-6.4.0.aar | 211 KB |
networking-6.4.0-sources.jar | 75 KB |
networking-6.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.handpoint.api.shared/networking/ -->
<dependency>
<groupId>com.handpoint.api.shared</groupId>
<artifactId>networking</artifactId>
<version>6.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.handpoint.api.shared/networking/
implementation 'com.handpoint.api.shared:networking:6.4.0'
// https://jarcasting.com/artifacts/com.handpoint.api.shared/networking/
implementation ("com.handpoint.api.shared:networking:6.4.0")
'com.handpoint.api.shared:networking:aar:6.4.0'
<dependency org="com.handpoint.api.shared" name="networking" rev="6.4.0">
<artifact name="networking" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.handpoint.api.shared', module='networking', version='6.4.0')
)
libraryDependencies += "com.handpoint.api.shared" % "networking" % "6.4.0"
[com.handpoint.api.shared/networking "6.4.0"]