Last Version

CLITools 0.0.1

A small library for bundling multiple CLI tools in a single JAR file.

License

License

Categories

Categories

CLI User Interface SBE Data Data Structures
GroupId

GroupId

com.misberner.clitools
ArtifactId

ArtifactId

clitools
Version

Version

0.0.1
Type

Type

jar
Description

Description

CLITools
A small library for bundling multiple CLI tools in a single JAR file.
Project URL

Project URL

https://github.com/misberner/clitools
Source Code Management

Source Code Management

https://github.com/misberner/clitools/tree/master

Download clitools 0.0.1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.