The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Archiver Version 3.3.0
https://maven.apache.org/shared/maven-archiver/
You should specify the version in your project:
org.apache.maven.shared
maven-archiver
3.3.0
Important Note:
*
Hi guys,
my setup is Ubuntu Linux and Java8. I'm trying to use JLine from Maven to
get a TerminalBuild and determine the size of the command line. So JLine
has this code inside TerminalBuilder;
Pty pty = load(JansiSupport.class).current();
private S load(Class clazz) {
return ServiceLoader.