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