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