License |
License |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdInputConsole |
Last Version | Last Version2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInputConsole
Unbuffered input for Java for linux, mac, windows.
|
Project URL |
Project URL |
Filename | Size |
---|---|
InputConsole-2.9.pom | |
InputConsole-2.9.jar | 26 KB |
InputConsole-2.9-sources.jar | 26 KB |
InputConsole-2.9-javadoc.jar | 0 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/InputConsole/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>InputConsole</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/InputConsole/
implementation 'com.dorkbox:InputConsole:2.9'
// https://jarcasting.com/artifacts/com.dorkbox/InputConsole/
implementation ("com.dorkbox:InputConsole:2.9")
'com.dorkbox:InputConsole:jar:2.9'
<dependency org="com.dorkbox" name="InputConsole" rev="2.9">
<artifact name="InputConsole" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='InputConsole', version='2.9')
)
libraryDependencies += "com.dorkbox" % "InputConsole" % "2.9"
[com.dorkbox/InputConsole "2.9"]