License |
License |
---|---|
GroupId | GroupIdcom.aliyun |
ArtifactId | ArtifactIdcola-common |
Version | Version3.1.0 |
Type | Typejar |
Description |
Descriptioncola common
Cola framework common components
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cola-common-3.1.0.pom | |
cola-common-3.1.0.jar | 14 KB |
cola-common-3.1.0-sources.jar | 11 KB |
cola-common-3.1.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/cola-common/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>cola-common</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/cola-common/
implementation 'com.aliyun:cola-common:3.1.0'
// https://jarcasting.com/artifacts/com.aliyun/cola-common/
implementation ("com.aliyun:cola-common:3.1.0")
'com.aliyun:cola-common:jar:3.1.0'
<dependency org="com.aliyun" name="cola-common" rev="3.1.0">
<artifact name="cola-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='cola-common', version='3.1.0')
)
libraryDependencies += "com.aliyun" % "cola-common" % "3.1.0"
[com.aliyun/cola-common "3.1.0"]