l

l10n-client-http

Library for working with L10n service API in java
http://l10n.ws/doc
The Apache License, Version 2.0
Serhii Bohutskyi Anton Mokshyn
Files download
File Operation
l10n-client-http-1.0.3.jar download
l10n-client-http-1.0.3.pom download
l10n-client-http-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ws.l10n</groupId>
  <artifactId>l10n-client-http</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'ws.l10n:l10n-client-http:1.0.3'
Gradle Kotlin
implementation("ws.l10n:l10n-client-http:1.0.3")
Scala SBT
libraryDependencies += "ws.l10n" % "l10n-client-http" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='ws.l10n', module='l10n-client-http', version='1.0.3')
)
Apache Ivy
<dependency org="ws.l10n" name="l10n-client-http" rev="1.0.3" />
Leiningen
[ws.l10n/l10n-client-http "1.0.3"]
Apache Buildr
'ws.l10n:l10n-client-http:jar:1.0.3'