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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asonje authored Sep 2, 2020
1 parent 01fa0b1 commit 67a2df8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ Available Maven commands include:
- `package` - builds jar file into ```target``` directory

### USING THIS LIBRARY IN EXISTING JAVA APPLICATIONS ###
#### WITH MAVEN ####
LLPL is available from the Maven central repository. Add the following dependency to your pom.xml:
```
<dependency>
<groupId>com.intel.pmem</groupId>
<artifactId>llpl</artifactId>
<version>1.1.0-release</version>
<type>jar</type>
</dependency>
```
#### WITH CLASSPATH ####
To import this library into an existing Java application, include the project's target/classes
directory in your Java classpath and the project's ```target/cppbuild``` directory in your
```java.library.path```. For example:
Expand Down

0 comments on commit 67a2df8

Please sign in to comment.