Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 269 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 269 Bytes

Description

JLine 2.x

License

BSD

Building

Requirements

  • Maven 2+
  • Java 5+

Check out and build:

git clone git://github.com/jdillon/jline2.git
cd jline2
mvn install

To build the jdk14 jar:

mvn install -Dretro