GroupId | GroupIdcom.github.zhkl0228 |
---|---|
ArtifactId | ArtifactIdcapstone |
Version | Version3.0.8 |
Type | Typejar |
Filename | Size |
---|---|
capstone-3.0.8.pom | |
capstone-3.0.8.jar | 1 MB |
capstone-3.0.8-sources.jar | 1 MB |
capstone-3.0.8-javadoc.jar | 862 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhkl0228/capstone/ -->
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>capstone</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/capstone/
implementation 'com.github.zhkl0228:capstone:3.0.8'
// https://jarcasting.com/artifacts/com.github.zhkl0228/capstone/
implementation ("com.github.zhkl0228:capstone:3.0.8")
'com.github.zhkl0228:capstone:jar:3.0.8'
<dependency org="com.github.zhkl0228" name="capstone" rev="3.0.8">
<artifact name="capstone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='capstone', version='3.0.8')
)
libraryDependencies += "com.github.zhkl0228" % "capstone" % "3.0.8"
[com.github.zhkl0228/capstone "3.0.8"]