License |
License |
---|---|
GroupId | GroupIdcom.github.vebqa |
ArtifactId | ArtifactIdvebtal-5250 |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTest Adaption Layer for Telnet 5250 terminals
Provides access for testing Telnet 5250 graphical user interfaces with junit / assertj or keyword driven approach
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vebtal-5250-1.0.3.pom | |
vebtal-5250-1.0.3.jar | 37 KB |
vebtal-5250-1.0.3-sources.jar | 19 KB |
vebtal-5250-1.0.3-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vebqa/vebtal-5250/ -->
<dependency>
<groupId>com.github.vebqa</groupId>
<artifactId>vebtal-5250</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vebqa/vebtal-5250/
implementation 'com.github.vebqa:vebtal-5250:1.0.3'
// https://jarcasting.com/artifacts/com.github.vebqa/vebtal-5250/
implementation ("com.github.vebqa:vebtal-5250:1.0.3")
'com.github.vebqa:vebtal-5250:jar:1.0.3'
<dependency org="com.github.vebqa" name="vebtal-5250" rev="1.0.3">
<artifact name="vebtal-5250" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vebqa', module='vebtal-5250', version='1.0.3')
)
libraryDependencies += "com.github.vebqa" % "vebtal-5250" % "1.0.3"
[com.github.vebqa/vebtal-5250 "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.vebqa : vebtal-api | jar | 1.0.3 |
com.github.vebqa : terminaldriver-tn5250j | jar | 0.0.5 |
org.apache.logging.log4j : log4j-core | jar | 2.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |