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