latte-tui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.williamagh</groupId>
<artifactId>latte-tui</artifactId>
<version>0.2.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.williamagh</groupId>
<artifactId>latte-tui</artifactId>
<version>0.2.3</version>
<name>Latte TUI</name>
<description>Terminal User Interface framework for Java - a port of Go's Bubble Tea -- this is a maintained successor fork of flatscrew/latte</description>
<url>https://github.com/WilliamAGH/latte-v2</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>
<developers>
<developer>
<name>William Callahan</name>
<email>william@williamcallahan.com</email>
<url>https://williamcallahan.com</url>
</developer>
<developer>
<name>Lukasz Grabski</name>
<email>activey@doaplatform.org</email>
<organization>Flatscrew</organization>
<organizationUrl>https://github.com/flatscrew</organizationUrl>
<roles>
<role>Original Author</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/WilliamAGH/latte-v2.git/latte-tui</connection>
<developerConnection>scm:git:ssh://github.com:WilliamAGH/latte-v2.git/latte-tui</developerConnection>
<url>https://github.com/WilliamAGH/latte-v2/latte-tui</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jni</artifactId>
<version>3.26.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>76.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.13.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>