Dokany-Java is a Java wrapper for Dokany 1.x release and above.
All dependencies can be seen here.
- JNA - provides access to native Dokany functions
- Project Lombok - reduces boilerplate code
- Commons IO
- SLF4J
- Logback
Requires Java JDK 1.8
Add the following to your build.gradle
:
repositories {
maven {
url 'https://dl.bintray.com/jhult/maven/'
}
}
dependencies {
compile 'com.dokany:dokany-java:0.1'
}
Builds (as JAR files) will soon be available on this Bintray repository.
For an example on how to develop using this library, see the examples package com.dokany.java.examples.