Files download
File Operation
top-0.0.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.neodix42</groupId>
  <artifactId>top</artifactId>
  <version>0.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.neodix42:top:0.0.4'
Gradle Kotlin
implementation("io.github.neodix42:top:0.0.4")
Scala SBT
libraryDependencies += "io.github.neodix42" % "top" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.neodix42', module='top', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.neodix42" name="top" rev="0.0.4" />
Leiningen
[io.github.neodix42/top "0.0.4"]
Apache Buildr
'io.github.neodix42:top:jar:0.0.4'
Dependencies
The project has no third-party dependencies