文件下载
文件名 操作
root_3-0.1.1.jar 下载
root_3-0.1.1.pom 下载
root_3-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.vincenzobaz</groupId>
  <artifactId>root_3</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.vincenzobaz:root_3:0.1.1'
Gradle Kotlin
implementation("io.github.vincenzobaz:root_3:0.1.1")
Scala SBT
libraryDependencies += "io.github.vincenzobaz" % "root_3" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vincenzobaz', module='root_3', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.vincenzobaz" name="root_3" rev="0.1.1" />
Leiningen
[io.github.vincenzobaz/root_3 "0.1.1"]
Apache Buildr
'io.github.vincenzobaz:root_3:jar:0.1.1'
本项目依赖