MVN

io.github.abarhub : vfs4j-tests-classpath

Maven & Gradle

Mar 13, 2022
1 stars

vfs4j-tests-classpath

<dependency>
    <groupId>io.github.abarhub</groupId>
    <artifactId>vfs4j-tests-classpath</artifactId>
    <version>0.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.abarhub : vfs4j-tests-classpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.4

All Versions

Choose a version of io.github.abarhub : vfs4j-tests-classpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
vfs4j-tests-classpath-0.7.4
vfs4j-tests-classpath-0.7.3
vfs4j-tests-classpath-0.7.2

How to add a dependency to Maven

Add the following io.github.abarhub : vfs4j-tests-classpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.abarhub</groupId>
    <artifactId>vfs4j-tests-classpath</artifactId>
    <version>0.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.abarhub : vfs4j-tests-classpath gradle dependency to your build.gradle file:

implementation 'io.github.abarhub:vfs4j-tests-classpath:0.7.4'

Gradle Kotlin DSL: Add the following io.github.abarhub : vfs4j-tests-classpath gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.abarhub:vfs4j-tests-classpath:0.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.abarhub : vfs4j-tests-classpath sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.abarhub" % "vfs4j-tests-classpath" % "0.7.4"

Advertisement