is not current version
Last Version 0.7.0

com.aylien.textapi:client 0.3.0

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aylien.textapi
ArtifactId

ArtifactId

client
Version

Version

0.3.0
Type

Type

jar

Download client 0.3.0


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