| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.aylien.textapi |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclient
AYLIEN's officially supported Java client library for accessing Text API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-0.7.0.pom | |
| client-0.7.0.jar | 37 KB |
| client-0.7.0-sources.jar | 28 KB |
| client-0.7.0-javadoc.jar | 221 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp : mockwebserver | jar | 2.1.0 |
| junit : junit | jar | 4.12 |