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