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