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.6.jar download
termd-core-1.1.6.pom download
termd-core-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.termd</groupId>
  <artifactId>termd-core</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'io.termd:termd-core:1.1.6'
Gradle Kotlin
implementation("io.termd:termd-core:1.1.6")
Scala SBT
libraryDependencies += "io.termd" % "termd-core" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.termd', module='termd-core', version='1.1.6')
)
Apache Ivy
<dependency org="io.termd" name="termd-core" rev="1.1.6" />
Leiningen
[io.termd/termd-core "1.1.6"]
Apache Buildr
'io.termd:termd-core:jar:1.1.6'