jalita

Java Light Terminal Adapter

License

License

GroupId

GroupId

de.galan
ArtifactId

ArtifactId

jalita
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

jalita
Java Light Terminal Adapter
Project URL

Project URL

https://github.com/galan/jalita
Source Code Management

Source Code Management

https://github.com/galan/jalita

Download jalita

How to add to project

<!-- https://jarcasting.com/artifacts/de.galan/jalita/ -->
<dependency>
    <groupId>de.galan</groupId>
    <artifactId>jalita</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.galan/jalita/
implementation 'de.galan:jalita:1.3.0'
// https://jarcasting.com/artifacts/de.galan/jalita/
implementation ("de.galan:jalita:1.3.0")
'de.galan:jalita:jar:1.3.0'
<dependency org="de.galan" name="jalita" rev="1.3.0">
  <artifact name="jalita" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.galan', module='jalita', version='1.3.0')
)
libraryDependencies += "de.galan" % "jalita" % "1.3.0"
[de.galan/jalita "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.8
org.apache.logging.log4j : log4j-api jar 2.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.1.0

Project Modules

There are no modules declared in this project.

Build Status Maven Central License

Jalita

Java Light Terminal Adapter - a simple server framework to develop java applications for terminals (i.e. vt100) in a swing based manner, specialised for mobile devices typical used in business enviroments (i.e. barcode scanner) connected via tcp/ip.

Screenshots

Form with some basic Widgets (from the example application)

Form with some basic Widgets (from the example application)

A very basic and simple form, created with Jalita

A very basic and simple form, created with Jalita

Integration

Use the maven repository and artifact on github.

Versions

Version
1.3.0