We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114edc4 commit 08aaecdCopy full SHA for 08aaecd
1 file changed
README.md
@@ -2,6 +2,24 @@
2
3
Java Foreign Function & Memory bindings for [openpnp-capture](https://github.com/openpnp/openpnp-capture).
4
5
+## Installation
6
+
7
+`openpnp-capture-java` is available from Maven Central.
8
9
+To add `openpnp-capture-java` as a dependency using Maven, include the following in your `pom.xml`:
10
11
+```xml
12
+<dependency>
13
+ <groupId>io.github.doblon8</groupId>
14
+ <artifactId>openpnp-capture-java</artifactId>
15
+ <version>0.0.1</version>
16
+</dependency>
17
+```
18
19
+For other build tools, retrieve the dependency from Maven Central using the same coordinates.
20
21
+`openpnp-capture-java` bundles the native `openpnp-capture` library for supported platforms, so no system-wide installation is required.
22
23
## Example
24
25
```java
0 commit comments