tr8n-swing-clientsdk

Tr8n SDK for Java Swing

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.tr8nhub
ArtifactId

ArtifactId

swing-clientsdk
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

tr8n-swing-clientsdk
Tr8n SDK for Java Swing
Project URL

Project URL

https://github.com/tr8n/tr8n_swing_clientsdk
Project Organization

Project Organization

Tr8nHub
Source Code Management

Source Code Management

https://github.com/tr8n/tr8n_swing_clientsdk

Download swing-clientsdk

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.tr8nhub : core jar 0.1.0

test (3)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.mockito : mockito-all jar 1.9.5
net.sourceforge.cobertura : cobertura jar 2.0.3

Project Modules

There are no modules declared in this project.

TML for Java Swing

If you are building a desktop application using Java Swing framework, this library will provide tools and extensions to get it done quicker and better.

Installation

If you are using Maven:

Add the following dependency to your pom.xml:

<dependency>
  <groupId>com.translationexchange</groupId>
  <artifactId>tml-swing</artifactId>
  <version>0.2.1</version>
</dependency>

Sample Apps

To see the Swing SDK in action, try out the following examples:

Links

Copyright and license

Copyright (c) 2015 Translation Exchange, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Versions

Version
0.1.0