DashFoo Command Parser

Java command parser, written originally for minecraft mods

License

License

GroupId

GroupId

pw.hysteria.input
ArtifactId

ArtifactId

dashfoo
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

DashFoo Command Parser
Java command parser, written originally for minecraft mods
Project URL

Project URL

http://hysteria.pw
Source Code Management

Source Code Management

https://bitbucket.org/kingbowser/dashfoo

Download dashfoo

How to add to project

<!-- https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/ -->
<dependency>
    <groupId>pw.hysteria.input</groupId>
    <artifactId>dashfoo</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/
implementation 'pw.hysteria.input:dashfoo:1.5'
// https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/
implementation ("pw.hysteria.input:dashfoo:1.5")
'pw.hysteria.input:dashfoo:jar:1.5'
<dependency org="pw.hysteria.input" name="dashfoo" rev="1.5">
  <artifact name="dashfoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.hysteria.input', module='dashfoo', version='1.5')
)
libraryDependencies += "pw.hysteria.input" % "dashfoo" % "1.5"
[pw.hysteria.input/dashfoo "1.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3
1.2