z

zanata-client-ant-properties

文件下载
文件名 操作
zanata-client-ant-properties-2.0.0.jar 下载
zanata-client-ant-properties-2.0.0.pom 下载
zanata-client-ant-properties-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.zanata</groupId>
  <artifactId>zanata-client-ant-properties</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.zanata:zanata-client-ant-properties:2.0.0'
Gradle Kotlin
implementation("org.zanata:zanata-client-ant-properties:2.0.0")
Scala SBT
libraryDependencies += "org.zanata" % "zanata-client-ant-properties" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.zanata', module='zanata-client-ant-properties', version='2.0.0')
)
Apache Ivy
<dependency org="org.zanata" name="zanata-client-ant-properties" rev="2.0.0" />
Leiningen
[org.zanata/zanata-client-ant-properties "2.0.0"]
Apache Buildr
'org.zanata:zanata-client-ant-properties:jar:2.0.0'