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