Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.zanata |
ArtifactId | ArtifactIdzanata-client-commands |
Version | Version4.4.1 |
Type | Typejar |
Filename | Size |
---|---|
zanata-client-commands-4.4.1.pom | |
zanata-client-commands-4.4.1.jar | 265 KB |
zanata-client-commands-4.4.1-tests.jar | 306 KB |
zanata-client-commands-4.4.1-sources.jar | 178 KB |
zanata-client-commands-4.4.1-javadoc.jar | 715 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/ -->
<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-client-commands</artifactId>
<version>4.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation 'org.zanata:zanata-client-commands:4.4.1'
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation ("org.zanata:zanata-client-commands:4.4.1")
'org.zanata:zanata-client-commands:jar:4.4.1'
<dependency org="org.zanata" name="zanata-client-commands" rev="4.4.1">
<artifact name="zanata-client-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zanata', module='zanata-client-commands', version='4.4.1')
)
libraryDependencies += "org.zanata" % "zanata-client-commands" % "4.4.1"
[org.zanata/zanata-client-commands "4.4.1"]