Files download
File Operation
protify-agent-0.9.1.pom download
protify-agent-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hanhuy.android</groupId>
  <artifactId>protify-agent</artifactId>
  <version>0.9.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.hanhuy.android:protify-agent:0.9.1'
Gradle Kotlin
implementation("com.hanhuy.android:protify-agent:0.9.1")
Scala SBT
libraryDependencies += "com.hanhuy.android" % "protify-agent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.hanhuy.android', module='protify-agent', version='0.9.1')
)
Apache Ivy
<dependency org="com.hanhuy.android" name="protify-agent" rev="0.9.1" />
Leiningen
[com.hanhuy.android/protify-agent "0.9.1"]
Apache Buildr
'com.hanhuy.android:protify-agent:jar:0.9.1'