Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.alibaba.cola |
ArtifactId | ArtifactIdcola-component-domain-starter |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-domain-starter/ -->
<dependency>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-domain-starter</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-domain-starter/
implementation 'com.alibaba.cola:cola-component-domain-starter:4.0.0'
// https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-domain-starter/
implementation ("com.alibaba.cola:cola-component-domain-starter:4.0.0")
'com.alibaba.cola:cola-component-domain-starter:jar:4.0.0'
<dependency org="com.alibaba.cola" name="cola-component-domain-starter" rev="4.0.0">
<artifact name="cola-component-domain-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cola', module='cola-component-domain-starter', version='4.0.0')
)
libraryDependencies += "com.alibaba.cola" % "cola-component-domain-starter" % "4.0.0"
[com.alibaba.cola/cola-component-domain-starter "4.0.0"]