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