License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.filipesimoes |
ArtifactId | ArtifactIdj3270 |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionJava Wrapper for x3270 (IBM 3270 terminal emulator)
Java Wrapper for x3270 (IBM 3270 terminal emulator).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
j3270-1.0.2.pom | |
j3270-1.0.2.jar | 21 KB |
j3270-1.0.2-sources.jar | 10 KB |
j3270-1.0.2-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.filipesimoes/j3270/ -->
<dependency>
<groupId>com.github.filipesimoes</groupId>
<artifactId>j3270</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.filipesimoes/j3270/
implementation 'com.github.filipesimoes:j3270:1.0.2'
// https://jarcasting.com/artifacts/com.github.filipesimoes/j3270/
implementation ("com.github.filipesimoes:j3270:1.0.2")
'com.github.filipesimoes:j3270:jar:1.0.2'
<dependency org="com.github.filipesimoes" name="j3270" rev="1.0.2">
<artifact name="j3270" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.filipesimoes', module='j3270', version='1.0.2')
)
libraryDependencies += "com.github.filipesimoes" % "j3270" % "1.0.2"
[com.github.filipesimoes/j3270 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |