MVN

com.github.vebqa : vebtal-5250

Maven & Gradle

Dec 04, 2019
0 stars

Test Adaption Layer for Telnet 5250 terminals · Provides access for testing Telnet 5250 graphical user interfaces with junit / assertj or keyword driven approach

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-5250</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vebqa : vebtal-5250 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.github.vebqa : vebtal-5250 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vebtal-5250-1.0.3
vebtal-5250-1.0.2
vebtal-5250-1.0.1
vebtal-5250-1.0.0
0.9.x
vebtal-5250-0.9.12
vebtal-5250-0.9.11
vebtal-5250-0.9.10
vebtal-5250-0.9.9
vebtal-5250-0.9.8
vebtal-5250-0.9.7
vebtal-5250-0.9.5
vebtal-5250-0.9.4
vebtal-5250-0.9.3
vebtal-5250-0.9.2
vebtal-5250-0.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-5250</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vebqa : vebtal-5250 gradle dependency to your build.gradle file:

implementation 'com.github.vebqa:vebtal-5250:1.0.3'

Gradle Kotlin DSL: Add the following com.github.vebqa : vebtal-5250 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vebqa:vebtal-5250:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vebqa : vebtal-5250 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vebqa" % "vebtal-5250" % "1.0.3"

Advertisement