termflow_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.llm4s</groupId>
<artifactId>termflow_3</artifactId>
<version>0.2.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.llm4s</groupId>
<artifactId>termflow_3</artifactId>
<packaging>jar</packaging>
<description>A small, functional terminal UI (TUI) framework for Scala</description>
<url>https://github.com/llm4s/termflow</url>
<version>0.2.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://mit-license.org/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>termflow</name>
<organization>
<name>llm4s</name>
<url>https://github.com/llm4s/termflow</url>
</organization>
<scm>
<url>https://github.com/llm4s/termflow/</url>
<connection>scm:git:git@github.com:llm4s/termflow.git</connection>
</scm>
<developers>
<developer>
<id>rorygraves</id>
<name>Rory Graves</name>
<url>https://github.com/rorygraves</url>
<email>rory.graves@fieldmark.co.uk</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.30.6</version>
</dependency>
<dependency>
<groupId>com.github.pureconfig</groupId>
<artifactId>pureconfig-core_3</artifactId>
<version>0.17.10</version>
</dependency>
<dependency>
<groupId>com.github.pureconfig</groupId>
<artifactId>pureconfig-generic-scala3_3</artifactId>
<version>0.17.10</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>