File locking example

This commit is contained in:
Philippe Soares
2020-01-03 00:43:57 -05:00
parent 65ee6e2207
commit af27178965
4 changed files with 144 additions and 1 deletions
+17
View File
@@ -14,5 +14,22 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-java</relativePath>
</parent>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.github.jnr/jnr-ffi -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.1.11</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.jnr/jnr-constants -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.14</version>
</dependency>
</dependencies>
</project>