a

archetype-webx-quickstart

文件下载
文件名 操作
archetype-webx-quickstart-1.8.jar 下载
archetype-webx-quickstart-1.8.pom 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.citrus.sample</groupId>
  <artifactId>archetype-webx-quickstart</artifactId>
  <version>1.8</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.citrus.sample:archetype-webx-quickstart:1.8'
Gradle Kotlin
implementation("com.alibaba.citrus.sample:archetype-webx-quickstart:1.8")
Scala SBT
libraryDependencies += "com.alibaba.citrus.sample" % "archetype-webx-quickstart" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.citrus.sample', module='archetype-webx-quickstart', version='1.8')
)
Apache Ivy
<dependency org="com.alibaba.citrus.sample" name="archetype-webx-quickstart" rev="1.8" />
Leiningen
[com.alibaba.citrus.sample/archetype-webx-quickstart "1.8"]
Apache Buildr
'com.alibaba.citrus.sample:archetype-webx-quickstart:jar:1.8'