is not current version
Last Version 1.3.3

com.free-now.apis:phrase-kotlin-client 1.0.0

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.0.0
Type

Type

jar

Download phrase-kotlin-client 1.0.0


<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation 'com.free-now.apis:phrase-kotlin-client:1.0.0'
// https://jarcasting.com/artifacts/com.free-now.apis/phrase-kotlin-client/
implementation ("com.free-now.apis:phrase-kotlin-client:1.0.0")
'com.free-now.apis:phrase-kotlin-client:jar:1.0.0'
<dependency org="com.free-now.apis" name="phrase-kotlin-client" rev="1.0.0">
  <artifact name="phrase-kotlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.apis', module='phrase-kotlin-client', version='1.0.0')
)
libraryDependencies += "com.free-now.apis" % "phrase-kotlin-client" % "1.0.0"
[com.free-now.apis/phrase-kotlin-client "1.0.0"]