MVN

com.alibaba.middleware : termd-core

Maven & Gradle

Sep 01, 2021
4 usages
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.alibaba.middleware</groupId>
    <artifactId>termd-core</artifactId>
    <version>1.1.7.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.7.12

All Versions

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

Version Vulnerabilities Updated
1.1.x
termd-core-1.1.7.12
termd-core-1.1.7.11
termd-core-1.1.7.10
termd-core-1.1.7.9
termd-core-1.1.7.8
termd-core-1.1.7.7
termd-core-1.1.7.6
termd-core-1.1.7.5
termd-core-1.1.7.4
termd-core-1.1.7.3
termd-core-1.1.7.2
termd-core-1.1.7.1
termd-core-1.1.7
termd-core-1.1.6
termd-core-1.1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.alibaba.middleware</groupId>
    <artifactId>termd-core</artifactId>
    <version>1.1.7.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.alibaba.middleware:termd-core:1.1.7.12'

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

implementation("com.alibaba.middleware:termd-core:1.1.7.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.alibaba.middleware" % "termd-core" % "1.1.7.12"

Advertisement