Last Version

Cli Argument Wrapper 0.1.5

Provides easy wrapping of the arguments for a CLI or Groovy script in a bean

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.blackbuild.tools.cliwrapper
ArtifactId

ArtifactId

cliwrapper
Version

Version

0.1.5
Type

Type

pom
Description

Description

Cli Argument Wrapper
Provides easy wrapping of the arguments for a CLI or Groovy script in a bean
Project URL

Project URL

https://github.com/blackbuild/cliwrapper
Source Code Management

Source Code Management

https://github.com/blackbuild/cliwrapper

Download cliwrapper 0.1.5

Filename Size
cliwrapper-0.1.5.pom 7 KB
Browse

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

Dependencies

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

Project Modules

  • core
  • maven