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