Dependency Information
Apache Maven
<dependency> <groupId>no.maddin.niofs</groupId> <artifactId>nio-fs-webdav</artifactId> <version>2.1.0-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="no.maddin.niofs" name="nio-fs-webdav" rev="2.1.0-SNAPSHOT"> <artifact name="nio-fs-webdav" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='no.maddin.niofs', module='nio-fs-webdav', version='2.1.0-SNAPSHOT') )
Gradle/Grails
implementation 'no.maddin.niofs:nio-fs-webdav:2.1.0-SNAPSHOT'
Scala SBT
libraryDependencies += "no.maddin.niofs" % "nio-fs-webdav" % "2.1.0-SNAPSHOT"
Leiningen
[no.maddin.niofs/nio-fs-webdav "2.1.0-SNAPSHOT"]
