| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages CLI User Interface |
| GroupId | GroupIdcom.free-now.apis |
| ArtifactId | ArtifactIdphrase-kotlin-client |
| Last Version | Last Version1.3.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionphrase-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| phrase-kotlin-client-1.3.3.pom | |
| phrase-kotlin-client-1.3.3.jar | 87 KB |
| phrase-kotlin-client-1.3.3-sources.jar | 13 KB |
| phrase-kotlin-client-1.3.3-javadoc.jar | 388 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |