文件下载
文件名 操作
vfs4j-tests-parent-0.7.4.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.abarhub</groupId>
  <artifactId>vfs4j-tests-parent</artifactId>
  <version>0.7.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.abarhub:vfs4j-tests-parent:0.7.4'
Gradle Kotlin
implementation("io.github.abarhub:vfs4j-tests-parent:0.7.4")
Scala SBT
libraryDependencies += "io.github.abarhub" % "vfs4j-tests-parent" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.abarhub', module='vfs4j-tests-parent', version='0.7.4')
)
Apache Ivy
<dependency org="io.github.abarhub" name="vfs4j-tests-parent" rev="0.7.4" />
Leiningen
[io.github.abarhub/vfs4j-tests-parent "0.7.4"]
Apache Buildr
'io.github.abarhub:vfs4j-tests-parent:jar:0.7.4'