is not current version
Last Version 1.1

com.github.vatbub:commandlineUserPromptProcessor 1.0

A library to process interactive prompts during the execution of a cli-app

GroupId

GroupId

com.github.vatbub
ArtifactId

ArtifactId

commandlineUserPromptProcessor
Version

Version

1.0
Type

Type

jar

Download commandlineUserPromptProcessor 1.0


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