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