MVN

com.github.lukethompsxn : edufuse

Maven & Gradle

Sep 02, 2019
6 stars

eduFUSE: An Educational User Space File System Tool · This tool is designed to help ease some of the difficulties associated with developing a userspace filesystem.

<dependency>
    <groupId>com.github.lukethompsxn</groupId>
    <artifactId>edufuse</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lukethompsxn : edufuse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.github.lukethompsxn : edufuse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
edufuse-1.0.3
edufuse-1.0.2
edufuse-1.0.1
edufuse-1.0.0

How to add a dependency to Maven

Add the following com.github.lukethompsxn : edufuse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lukethompsxn</groupId>
    <artifactId>edufuse</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lukethompsxn : edufuse gradle dependency to your build.gradle file:

implementation 'com.github.lukethompsxn:edufuse:1.0.3'

Gradle Kotlin DSL: Add the following com.github.lukethompsxn : edufuse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lukethompsxn:edufuse:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lukethompsxn : edufuse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lukethompsxn" % "edufuse" % "1.0.3"

Advertisement