is not current version
Last Version 1.3.3

com.free-now.apis:phrase-kotlin-client 1.3.1.TEST

This projects contains of services to handle the translations from [PhraseApp API v2](http://docs.phraseapp.com/api/v2/). It's supposed to expose Phrase translations as POJO or as File within the Kotlin world.

Categories

Categories

Kotlin Languages CLI User Interface
GroupId

GroupId

com.free-now.apis
ArtifactId

ArtifactId

phrase-kotlin-client
Version

Version

1.3.1.TEST
Type

Type

jar

Download phrase-kotlin-client 1.3.1.TEST


<!-- https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/ -->
<dependency>
    <groupId>com.free-now.apis</groupId>
    <artifactId>phrase-kotlin-client</artifactId>
    <version>1.3.1.TEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation 'com.free-now.apis:phrase-kotlin-client:1.3.1.TEST'
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation ("com.free-now.apis:phrase-kotlin-client:1.3.1.TEST")
'com.free-now.apis:phrase-kotlin-client:jar:1.3.1.TEST'
<dependency org="com.free-now.apis" name="phrase-kotlin-client" rev="1.3.1.TEST">
  <artifact name="phrase-kotlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.apis', module='phrase-kotlin-client', version='1.3.1.TEST')
)
libraryDependencies += "com.free-now.apis" % "phrase-kotlin-client" % "1.3.1.TEST"
[com.free-now.apis/phrase-kotlin-client "1.3.1.TEST"]