MVN

com.github.qxo : termd-core

Maven & Gradle

Apr 12, 2020
121 stars

Termd Core · An open source terminal daemon library providing terminal handling in Java, back ported to Alibaba by core engine team to support running on JDK 6+.

<dependency>
    <groupId>com.github.qxo</groupId>
    <artifactId>termd-core</artifactId>
    <version>1.1.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.qxo : termd-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7.8

All Versions

Choose a version of com.github.qxo : termd-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
termd-core-1.1.7.8

How to add a dependency to Maven

Add the following com.github.qxo : termd-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.qxo</groupId>
    <artifactId>termd-core</artifactId>
    <version>1.1.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.qxo : termd-core gradle dependency to your build.gradle file:

implementation 'com.github.qxo:termd-core:1.1.7.8'

Gradle Kotlin DSL: Add the following com.github.qxo : termd-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.qxo:termd-core:1.1.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.qxo : termd-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.qxo" % "termd-core" % "1.1.7.8"