client

AYLIEN's officially supported Java client library for accessing Text API

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aylien.textapi
ArtifactId

ArtifactId

client
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

client
AYLIEN's officially supported Java client library for accessing Text API
Project URL

Project URL

https://developer.aylien.com/
Source Code Management

Source Code Management

https://github.com/AYLIEN/aylien_textapi_java

Download client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20140107

test (2)

Group / Artifact Type Version
com.squareup.okhttp : mockwebserver jar 2.1.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0