phrase-api-kotlin

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.

License

License

Categories

Categories

Kotlin Languages CLI User Interface
GroupId

GroupId

com.free-now.apis
ArtifactId

ArtifactId

phrase-kotlin-client
Last Version

Last Version

1.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

phrase-api-kotlin
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.
Project URL

Project URL

https://github.com/freenowtech/phrase-kotlin-client
Source Code Management

Source Code Management

https://github.com/freenowtech/phrase-kotlin-client

Download phrase-kotlin-client

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.61
com.netflix.feign : feign-gson jar 8.18.0
com.netflix.feign : feign-core jar 8.18.0
io.github.openfeign.form : feign-form jar 3.3.0
com.google.code.gson : gson jar 2.8.9
com.google.guava : guava jar 28.0-jre
commons-httpclient : commons-httpclient jar 3.1
org.slf4j : slf4j-api jar 1.7.25
commons-io : commons-io jar 2.5
org.springframework : spring-core jar 5.1.2.RELEASE

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.61
org.mockito : mockito-inline jar 2.13.0
org.aeonbits.owner : owner jar 1.0.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.3
1.3.2
1.3.1.TEST
1.0.0