文件下载
文件名 操作
cola-components-parent-4.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.cola</groupId>
  <artifactId>cola-components-parent</artifactId>
  <version>4.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.cola:cola-components-parent:4.2.1'
Gradle Kotlin
implementation("com.alibaba.cola:cola-components-parent:4.2.1")
Scala SBT
libraryDependencies += "com.alibaba.cola" % "cola-components-parent" % "4.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.cola', module='cola-components-parent', version='4.2.1')
)
Apache Ivy
<dependency org="com.alibaba.cola" name="cola-components-parent" rev="4.2.1" />
Leiningen
[com.alibaba.cola/cola-components-parent "4.2.1"]
Apache Buildr
'com.alibaba.cola:cola-components-parent:jar:4.2.1'
本项目依赖