MVN

com.github.transcurity : capstone

Maven & Gradle

Jul 06, 2020
1 stars

com.github.transcurity:capstone · Java binding for Capstone disassembly framework in Maven compatible form.

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

Latest Version

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

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 3.0.5-rc2

All Versions

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

Version Vulnerabilities Updated
4.0.x
capstone-4.0.2
3.0.x
capstone-3.0.5-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.transcurity</groupId>
    <artifactId>capstone</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.transcurity:capstone:4.0.2'

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

implementation("com.github.transcurity:capstone:4.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.transcurity" % "capstone" % "4.0.2"

Advertisement