License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.isadounikau |
ArtifactId | ArtifactIdphrase-client |
Version | Version1.1.4 |
Type | Typejar |
Description |
Descriptionphrase-client
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 Java/Kotlin world.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
phrase-client-1.1.4.pom | |
phrase-client-1.1.4.jar | 173 KB |
phrase-client-1.1.4-sources.jar | 14 KB |
phrase-client-1.1.4-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.isadounikau/phrase-client/ -->
<dependency>
<groupId>com.isadounikau</groupId>
<artifactId>phrase-client</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.isadounikau/phrase-client/
implementation 'com.isadounikau:phrase-client:1.1.4'
// https://jarcasting.com/artifacts/com.isadounikau/phrase-client/
implementation ("com.isadounikau:phrase-client:1.1.4")
'com.isadounikau:phrase-client:jar:1.1.4'
<dependency org="com.isadounikau" name="phrase-client" rev="1.1.4">
<artifact name="phrase-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.isadounikau', module='phrase-client', version='1.1.4')
)
libraryDependencies += "com.isadounikau" % "phrase-client" % "1.1.4"
[com.isadounikau/phrase-client "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.71 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.11.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.0 |
io.github.openfeign : feign-core | jar | 10.9 |
io.github.openfeign : feign-httpclient | jar | 10.9 |
io.github.openfeign : feign-jackson | jar | 10.9 |
io.github.openfeign.form : feign-form | jar | 3.8.0 |
com.google.guava : guava | jar | 28.2-jre |
io.github.microutils : kotlin-logging | jar | 1.7.9 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.71 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.26.3 |
org.slf4j : slf4j-simple | jar | 1.7.30 |