| License |
License |
|---|---|
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdcommandlineUserPromptProcessor |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVatbub Commandline User Prompt Processor
A library to process interactive prompts during the execution of a cli-app
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationFrederik Kammel |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/commandlineUserPromptProcessor/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>commandlineUserPromptProcessor</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/commandlineUserPromptProcessor/
implementation 'com.github.vatbub:commandlineUserPromptProcessor:1.1'
// https://jarcasting.com/artifacts/com.github.vatbub/commandlineUserPromptProcessor/
implementation ("com.github.vatbub:commandlineUserPromptProcessor:1.1")
'com.github.vatbub:commandlineUserPromptProcessor:jar:1.1'
<dependency org="com.github.vatbub" name="commandlineUserPromptProcessor" rev="1.1">
<artifact name="commandlineUserPromptProcessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='commandlineUserPromptProcessor', version='1.1')
)
libraryDependencies += "com.github.vatbub" % "commandlineUserPromptProcessor" % "1.1"
[com.github.vatbub/commandlineUserPromptProcessor "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 16.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.stefanbirkner : system-rules | jar | 1.18.0 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.4-atlassian-1 |