| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.arulrajnet |
| ArtifactId | ArtifactIdprompter4j |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprompter4j
Prompter4J is a library to get the user raw input in an interactive manner.
|
| Filename | Size |
|---|---|
| prompter4j-1.0.pom | |
| prompter4j-1.0.jar | 13 KB |
| prompter4j-1.0-sources.jar | 11 KB |
| prompter4j-1.0-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.arulrajnet/prompter4j/ -->
<dependency>
<groupId>com.github.arulrajnet</groupId>
<artifactId>prompter4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arulrajnet/prompter4j/
implementation 'com.github.arulrajnet:prompter4j:1.0'
// https://jarcasting.com/artifacts/com.github.arulrajnet/prompter4j/
implementation ("com.github.arulrajnet:prompter4j:1.0")
'com.github.arulrajnet:prompter4j:jar:1.0'
<dependency org="com.github.arulrajnet" name="prompter4j" rev="1.0">
<artifact name="prompter4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arulrajnet', module='prompter4j', version='1.0')
)
libraryDependencies += "com.github.arulrajnet" % "prompter4j" % "1.0"
[com.github.arulrajnet/prompter4j "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |