Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit c988a1b

Browse files
authored
Create README.md
1 parent c92001a commit c988a1b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# capstone-java
2+
Capstone bindings for Java using JNI.
3+
4+
# Downloading
5+
This library is available on Maven Central.
6+
```xml
7+
<dependency>
8+
<groupId>org.native4j</groupId>
9+
<artifactId>capstone-java</artifactId>
10+
<version>${version}</version>
11+
</dependency>
12+
```

0 commit comments

Comments
 (0)