JSON Batch Translate

JSON Batch Translate library allows you to translate json objects with google translate service and returns back exactly the same json with translated values (keys are kept original, only one request is sent for translation)

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.tunyk.jsonbatchtranslate
ArtifactId

ArtifactId

json-batch-translate
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Batch Translate
JSON Batch Translate library allows you to translate json objects with google translate service and returns back exactly the same json with translated values (keys are kept original, only one request is sent for translation)
Project Organization

Project Organization

TUNYK.COM
Source Code Management

Source Code Management

http://code.google.com/p/json-batch-translate/source/browse/tags/json-batch-translate-1.0

Download json-batch-translate

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.googlecode : google-api-translate-java jar 0.92
org.slf4j : slf4j-api jar 1.5.10
org.slf4j : slf4j-log4j12 jar 1.5.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0