Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.zanata |
ArtifactId | ArtifactIdzanata-client-commands |
Version | Version4.6.0-rc-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/ -->
<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-client-commands</artifactId>
<version>4.6.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation 'org.zanata:zanata-client-commands:4.6.0-rc-1'
// https://jarcasting.com/artifacts/org.zanata/zanata-client-commands/
implementation ("org.zanata:zanata-client-commands:4.6.0-rc-1")
'org.zanata:zanata-client-commands:jar:4.6.0-rc-1'
<dependency org="org.zanata" name="zanata-client-commands" rev="4.6.0-rc-1">
<artifact name="zanata-client-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zanata', module='zanata-client-commands', version='4.6.0-rc-1')
)
libraryDependencies += "org.zanata" % "zanata-client-commands" % "4.6.0-rc-1"
[org.zanata/zanata-client-commands "4.6.0-rc-1"]