文件下载
文件名 操作
unidbg-api-0.9.3.jar 下载
unidbg-api-0.9.3.pom 下载
unidbg-api-0.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.zhkl0228</groupId>
  <artifactId>unidbg-api</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.zhkl0228:unidbg-api:0.9.3'
Gradle Kotlin
implementation("com.github.zhkl0228:unidbg-api:0.9.3")
Scala SBT
libraryDependencies += "com.github.zhkl0228" % "unidbg-api" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zhkl0228', module='unidbg-api', version='0.9.3')
)
Apache Ivy
<dependency org="com.github.zhkl0228" name="unidbg-api" rev="0.9.3" />
Leiningen
[com.github.zhkl0228/unidbg-api "0.9.3"]
Apache Buildr
'com.github.zhkl0228:unidbg-api:jar:0.9.3'