MVN

com.github.zhkl0228 : capstone

Maven & Gradle

Jul 28, 2022
2 usages
1 stars

capstone · Capstone disassembly/disassembler framework: Core (Arm, Arm64, EVM, M68K, M680X, Mips, PPC, Sparc, SystemZ, TMS320C64x, X86, X86_64, XCore) + bindings (Python, Java, Ocaml, PowerShell, Visual Basic)

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

Latest Version

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

  • Latest Stable: 3.1.8

All Versions

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

Version Vulnerabilities Updated
3.1.x
capstone-3.1.8
capstone-3.1.7
capstone-3.1.6
capstone-3.1.5
capstone-3.1.4
capstone-3.1.3
capstone-3.1.2
3.0.x
capstone-3.0.13
capstone-3.0.12
capstone-3.0.11
capstone-3.0.10
capstone-3.0.9
capstone-3.0.8
capstone-3.0.7
capstone-3.0.6
capstone-3.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.zhkl0228</groupId>
    <artifactId>capstone</artifactId>
    <version>3.1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.zhkl0228:capstone:3.1.8'

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

implementation("com.github.zhkl0228:capstone:3.1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.zhkl0228" % "capstone" % "3.1.8"

Advertisement