t

termd-core

An open source terminal daemon library providing terminal handling in Java
http://termd.io/
The Apache Software License, Version 2.0
Termd
Julien Viet
Files download
File Operation
termd-core-1.1.9.jar download
termd-core-1.1.9.pom download
termd-core-1.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.termd</groupId>
  <artifactId>termd-core</artifactId>
  <version>1.1.9</version>
</dependency>
Gradle Groovy
implementation 'io.termd:termd-core:1.1.9'
Gradle Kotlin
implementation("io.termd:termd-core:1.1.9")
Scala SBT
libraryDependencies += "io.termd" % "termd-core" % "1.1.9"
Groovy Grape
@Grapes(
  @Grab(group='io.termd', module='termd-core', version='1.1.9')
)
Apache Ivy
<dependency org="io.termd" name="termd-core" rev="1.1.9" />
Leiningen
[io.termd/termd-core "1.1.9"]
Apache Buildr
'io.termd:termd-core:jar:1.1.9'