MVN

de.pfabulist.lindwurm : memoryntfs

Maven & Gradle

May 21, 2015
1 usages

memoryntfs · A java 7 nio2 based in memory filesystem simulation of a ntfs filesytem

<dependency>
    <groupId>de.pfabulist.lindwurm</groupId>
    <artifactId>memoryntfs</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.pfabulist.lindwurm : memoryntfs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9

All Versions

Choose a version of de.pfabulist.lindwurm : memoryntfs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
memoryntfs-0.4.9
memoryntfs-0.4.1.12
memoryntfs-0.4.0.10
0.2.x
memoryntfs-0.2.5

How to add a dependency to Maven

Add the following de.pfabulist.lindwurm : memoryntfs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.pfabulist.lindwurm</groupId>
    <artifactId>memoryntfs</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.pfabulist.lindwurm : memoryntfs gradle dependency to your build.gradle file:

implementation 'de.pfabulist.lindwurm:memoryntfs:0.4.9'

Gradle Kotlin DSL: Add the following de.pfabulist.lindwurm : memoryntfs gradle kotlin dependency to your build.gradle.kts file:

implementation("de.pfabulist.lindwurm:memoryntfs:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.pfabulist.lindwurm : memoryntfs sbt scala dependency to your build.sbt file:

libraryDependencies += "de.pfabulist.lindwurm" % "memoryntfs" % "0.4.9"

Advertisement