Skip to content

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

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

jhult/dokany-java

This branch is 165 commits behind dokan-dev/dokan-java:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c24baaa · Jul 4, 2017
Jan 16, 2017
Jul 4, 2017
Dec 25, 2016
Jan 22, 2017
Jan 22, 2017
Jan 22, 2017
Jul 4, 2017
Jul 4, 2017
Jan 16, 2017
Jan 16, 2017
Jan 21, 2017

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%