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