/dokany-java

Dokany-Java is a Java wrapper for Dokany 1.x release and above.

Primary LanguageJavaOtherNOASSERTION

Dokany-Java

Introduction

Dokany-Java is a Java wrapper for Dokany 1.x release and above.

Runtime Dependencies

All dependencies can be seen here.

How to Build

Requires Java JDK 1.8

Gradle

Add the following to your build.gradle:

repositories {
  maven {
    url 'https://dl.bintray.com/jhult/maven/'
  }
}
dependencies {
  compile 'com.dokany:dokany-java:0.1'
}

Binaries

Builds (as JAR files) will soon be available on this Bintray repository.

Development Examples

For an example on how to develop using this library, see the examples package com.dokany.java.examples.