d

dashfoo

Java command parser, written originally for minecraft mods
http://hysteria.pw
Apache Software License 2.0
King Bowser
Files download
File Operation
dashfoo-1.5.jar download
dashfoo-1.5.pom download
dashfoo-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>pw.hysteria.input</groupId>
  <artifactId>dashfoo</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'pw.hysteria.input:dashfoo:1.5'
Gradle Kotlin
implementation("pw.hysteria.input:dashfoo:1.5")
Scala SBT
libraryDependencies += "pw.hysteria.input" % "dashfoo" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='pw.hysteria.input', module='dashfoo', version='1.5')
)
Apache Ivy
<dependency org="pw.hysteria.input" name="dashfoo" rev="1.5" />
Leiningen
[pw.hysteria.input/dashfoo "1.5"]
Apache Buildr
'pw.hysteria.input:dashfoo:jar:1.5'
Dependencies