tml

Core SDK library for Translation Exchange platform

Лицензия

Лицензия

Группа

Группа

com.translationexchange
Идентификатор

Идентификатор

tml
Последняя версия

Последняя версия

0.2.15
Дата

Дата

Тип

Тип

jar
Описание

Описание

tml
Core SDK library for Translation Exchange platform
Ссылка на сайт

Ссылка на сайт

https://github.com/translationexchange/tml-java
Организация-разработчик

Организация-разработчик

Translation Exchange, Inc
Система контроля версий

Система контроля версий

https://github.com/translationexchange/tml-java.git

Скачать tml

Имя Файла Размер
tml-0.2.15.pom
tml-0.2.15.jar 145 KB
tml-0.2.15-sources.jar 111 KB
tml-0.2.15-javadoc.jar 331 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.squareup.okhttp : okhttp jar 2.7.5
org.jsoup : jsoup jar 1.11.3
org.apache.directory.studio : org.apache.commons.codec jar 1.8
com.googlecode.json-simple : json-simple jar 1.1.1
org.slf4j : jcl-over-slf4j jar 1.7.25

test (7)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.powermock : powermock-module-junit4 jar 1.7.4
org.powermock : powermock-api-mockito jar 1.7.4
org.powermock : powermock-module-junit4-rule-agent jar 1.7.4
com.squareup.okhttp3 : mockwebserver jar 3.10.0
net.sourceforge.cobertura : cobertura jar 2.1.1

Модули Проекта

Данный проект не имеет модулей.

Tml for Java

Build Status Coverage Status Open Source Helpers

This java package provides the core classes for the Tml language.

Installation

If you are using Maven:

Add the following dependency to your pom.xml:

<dependency>
  <groupId>com.translationexchange</groupId>
  <artifactId>tml</artifactId>
  <version>0.2.10</version>
</dependency>

Integration

If you are building an application using any of the following frameworks, you should use the SDKs for those frameworks instead:

The SDKs provide extensions that allow for quicker and smoother integration with your application. For example, Android SDK provides SpannableStringTokenizer that you can use for decorating strings. At the same time, Swing SDK provides AttributedStringTokenizer for the same purposes, but using AWT classes. J2EE SDK provides tag libraries that can be used in JSPs and Struts SDK provides action extensions.

If you are not using any of the above frameworks, you can use Tr8n core directly and customize functionality based on what you need.

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.

com.translationexchange

Translation Exchange, Inc.

Translation Management Platform

Версии библиотеки

Версия
0.2.15
0.2.10
0.2.8
0.2.7
0.2.6
0.2.4
0.2.3
0.2.2
0.2.1