MVN

io.xpipe : modulefs

Maven & Gradle

Jan 19, 2023
24 stars

ModuleFS · The ModuleFS library provides a simple file system implementation to access the contents of Java modules in a unified way.

<dependency>
    <groupId>io.xpipe</groupId>
    <artifactId>modulefs</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xpipe : modulefs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of io.xpipe : modulefs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
modulefs-0.1.5
modulefs-0.1.4
modulefs-0.1.3
modulefs-0.1.2
modulefs-0.1.1
0.1
modulefs-0.1

How to add a dependency to Maven

Add the following io.xpipe : modulefs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xpipe</groupId>
    <artifactId>modulefs</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xpipe : modulefs gradle dependency to your build.gradle file:

implementation 'io.xpipe:modulefs:0.1.5'

Gradle Kotlin DSL: Add the following io.xpipe : modulefs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xpipe:modulefs:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xpipe : modulefs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xpipe" % "modulefs" % "0.1.5"