License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.mytaxi.apis |
ArtifactId | ArtifactIdphrase-java-client |
Version | Version1.0.6 |
Type | Typejar |
Description |
Descriptionphrase-api
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 world.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
phrase-java-client-1.0.6.pom | |
phrase-java-client-1.0.6.jar | 38 KB |
phrase-java-client-1.0.6-sources.jar | 17 KB |
phrase-java-client-1.0.6-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mytaxi.apis/phrase-java-client/ -->
<dependency>
<groupId>com.mytaxi.apis</groupId>
<artifactId>phrase-java-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytaxi.apis/phrase-java-client/
implementation 'com.mytaxi.apis:phrase-java-client:1.0.6'
// https://jarcasting.com/artifacts/com.mytaxi.apis/phrase-java-client/
implementation ("com.mytaxi.apis:phrase-java-client:1.0.6")
'com.mytaxi.apis:phrase-java-client:jar:1.0.6'
<dependency org="com.mytaxi.apis" name="phrase-java-client" rev="1.0.6">
<artifact name="phrase-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytaxi.apis', module='phrase-java-client', version='1.0.6')
)
libraryDependencies += "com.mytaxi.apis" % "phrase-java-client" % "1.0.6"
[com.mytaxi.apis/phrase-java-client "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.18 |
org.apache.httpcomponents : httpcore | jar | 4.4.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
com.google.guava : guava | jar | 19.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | [2.7.0,2.8.0) |
com.fasterxml.jackson.core : jackson-databind | jar | [2.7.0,2.8.0) |
org.assertj : assertj-core | jar | 3.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 3.2.15.RELEASE |
org.springframework : spring-core | jar | 3.2.15.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.1.6 |
org.aeonbits.owner : owner | jar | 1.0.9 |