Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.zanata |
ArtifactId | ArtifactIdzanata-client-commands |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
zanata-client-commands-3.8.0.pom | |
zanata-client-commands-3.8.0.jar | 239 KB |
zanata-client-commands-3.8.0-tests.jar | 297 KB |
zanata-client-commands-3.8.0-sources.jar | 166 KB |
zanata-client-commands-3.8.0-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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation 'org.zanata:zanata-client-commands:3.8.0'
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation ("org.zanata:zanata-client-commands:3.8.0")
'org.zanata:zanata-client-commands:jar:3.8.0'
<dependency org="org.zanata" name="zanata-client-commands" rev="3.8.0">
<artifact name="zanata-client-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zanata', module='zanata-client-commands', version='3.8.0')
)
libraryDependencies += "org.zanata" % "zanata-client-commands" % "3.8.0"
[org.zanata/zanata-client-commands "3.8.0"]