License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdcli-pi-aggregate |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncli-pi-aggregate
A simple little framework for making Java CLI applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
cli-pi-aggregate-0.1.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-aggregate/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>cli-pi-aggregate</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-aggregate/
implementation 'com.github.born2snipe:cli-pi-aggregate:0.1.3'
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-pi-aggregate/
implementation ("com.github.born2snipe:cli-pi-aggregate:0.1.3")
'com.github.born2snipe:cli-pi-aggregate:pom:0.1.3'
<dependency org="com.github.born2snipe" name="cli-pi-aggregate" rev="0.1.3">
<artifact name="cli-pi-aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='cli-pi-aggregate', version='0.1.3')
)
libraryDependencies += "com.github.born2snipe" % "cli-pi-aggregate" % "0.1.3"
[com.github.born2snipe/cli-pi-aggregate "0.1.3"]