MVN

com.github.zhkl0228 : unicorn

Maven & Gradle

Feb 07, 2023
2 usages
30 stars

unicorn · Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)

<dependency>
    <groupId>com.github.zhkl0228</groupId>
    <artifactId>unicorn</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zhkl0228 : unicorn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of com.github.zhkl0228 : unicorn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
unicorn-1.0.13
unicorn-1.0.12
3 vulnerabilities
unicorn-1.0.11
3 vulnerabilities
unicorn-1.0.10
3 vulnerabilities
unicorn-1.0.9
3 vulnerabilities
unicorn-1.0.8
3 vulnerabilities
unicorn-1.0.7
3 vulnerabilities
unicorn-1.0.6
3 vulnerabilities
unicorn-1.0.5
3 vulnerabilities
unicorn-1.0.4
3 vulnerabilities
unicorn-1.0.3
3 vulnerabilities

How to add a dependency to Maven

Add the following com.github.zhkl0228 : unicorn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zhkl0228</groupId>
    <artifactId>unicorn</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zhkl0228 : unicorn gradle dependency to your build.gradle file:

implementation 'com.github.zhkl0228:unicorn:1.0.13'

Gradle Kotlin DSL: Add the following com.github.zhkl0228 : unicorn gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zhkl0228:unicorn:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zhkl0228 : unicorn sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zhkl0228" % "unicorn" % "1.0.13"

Advertisement