文件下载
文件名 操作
protify-0.4.jar 下载
protify-0.4.pom 下载
protify-0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hanhuy.android</groupId>
  <artifactId>protify</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'com.hanhuy.android:protify:0.4'
Gradle Kotlin
implementation("com.hanhuy.android:protify:0.4")
Scala SBT
libraryDependencies += "com.hanhuy.android" % "protify" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.hanhuy.android', module='protify', version='0.4')
)
Apache Ivy
<dependency org="com.hanhuy.android" name="protify" rev="0.4" />
Leiningen
[com.hanhuy.android/protify "0.4"]
Apache Buildr
'com.hanhuy.android:protify:jar:0.4'
本项目依赖
该项目无第三方依赖