Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdws.l10n |
ArtifactId | ArtifactIdl10n-client-http |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
l10n-client-http-1.0.1.pom | |
l10n-client-http-1.0.1.jar | 25 KB |
l10n-client-http-1.0.1-sources.jar | 12 KB |
l10n-client-http-1.0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.l10n/l10n-client-http/ -->
<dependency>
<groupId>ws.l10n</groupId>
<artifactId>l10n-client-http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.l10n/l10n-client-http/
implementation 'ws.l10n:l10n-client-http:1.0.1'
// https://jarcasting.com/artifacts/ws.l10n/l10n-client-http/
implementation ("ws.l10n:l10n-client-http:1.0.1")
'ws.l10n:l10n-client-http:jar:1.0.1'
<dependency org="ws.l10n" name="l10n-client-http" rev="1.0.1">
<artifact name="l10n-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.l10n', module='l10n-client-http', version='1.0.1')
)
libraryDependencies += "ws.l10n" % "l10n-client-http" % "1.0.1"
[ws.l10n/l10n-client-http "1.0.1"]