Skip to content

Commit 08aaecd

Browse files
committed
Add installation instructions to README
1 parent 114edc4 commit 08aaecd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Java Foreign Function & Memory bindings for [openpnp-capture](https://github.com/openpnp/openpnp-capture).
44

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+
523
## Example
624

725
```java

0 commit comments

Comments
 (0)