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