GroupId | GroupIdcom.hanhuy.android |
---|---|
ArtifactId | ArtifactIdprotify-agent |
Version | Version0.6 |
Type | Typeaar |
Filename | Size |
---|---|
protify-agent-0.6.pom | |
protify-agent-0.6.aar | 25 KB |
protify-agent-0.6-sources.jar | 12 KB |
protify-agent-0.6-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hanhuy.android/protify-agent/ -->
<dependency>
<groupId>com.hanhuy.android</groupId>
<artifactId>protify-agent</artifactId>
<version>0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hanhuy.android/protify-agent/
implementation 'com.hanhuy.android:protify-agent:0.6'
// https://jarcasting.com/artifacts/com.hanhuy.android/protify-agent/
implementation ("com.hanhuy.android:protify-agent:0.6")
'com.hanhuy.android:protify-agent:aar:0.6'
<dependency org="com.hanhuy.android" name="protify-agent" rev="0.6">
<artifact name="protify-agent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hanhuy.android', module='protify-agent', version='0.6')
)
libraryDependencies += "com.hanhuy.android" % "protify-agent" % "0.6"
[com.hanhuy.android/protify-agent "0.6"]