Download termd-core-1.1.0.jar file - Jar t

Jar examples for t:termd-core

Description

An open source terminal daemon library providing terminal handling in Java

You can download jar file termd-core 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add termd-core-1.1.0.jar to your project.

<dependency>
   <groupId>io.termd</groupId>
   <artifactId>termd-core</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'io.termd', name: 'termd-core', version: '1.1.0'
libraryDependencies += "io.termd" % "termd-core" % "1.1.0"
<dependency org="io.termd" name="termd-core" rev="1.1.0"/>
@Grapes(@Grab(group='io.termd', module='termd-core', version='1.1.0'))
'io.termd:termd-core:jar:1.1.0'

Download

Click the following link to download the jar file.

termd-core-1.1.0-javadoc.jar
termd-core-1.1.0-sources.jar
termd-core-1.1.0-test-sources.jar
termd-core-1.1.0-tests.jar
termd-core-1.1.0.jar
termd-core-1.1.0.pom



Related Tutorials