| GroupId | GroupIdcom.handpoint.api |
|---|---|
| ArtifactId | ArtifactIdprivateops |
| Version | Version5.17.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| privateops-5.17.4.pom | |
| privateops-5.17.4.aar | 19 KB |
| privateops-5.17.4-sources.jar | 2 KB |
| privateops-5.17.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.handpoint.api/privateops/ -->
<dependency>
<groupId>com.handpoint.api</groupId>
<artifactId>privateops</artifactId>
<version>5.17.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.handpoint.api/privateops/
implementation 'com.handpoint.api:privateops:5.17.4'
// https://jarcasting.com/artifacts/com.handpoint.api/privateops/
implementation ("com.handpoint.api:privateops:5.17.4")
'com.handpoint.api:privateops:aar:5.17.4'
<dependency org="com.handpoint.api" name="privateops" rev="5.17.4">
<artifact name="privateops" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.handpoint.api', module='privateops', version='5.17.4')
)
libraryDependencies += "com.handpoint.api" % "privateops" % "5.17.4"
[com.handpoint.api/privateops "5.17.4"]