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