Skip to content

jhult/dokany-java

 
 

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.

About

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

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%