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