| Группа | Группаcom.alibaba.cola |
|---|---|
| Идентификатор | Идентификаторcola-component-exception |
| Версия | Версия4.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-exception/ -->
<dependency>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-component-exception</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-exception/
implementation 'com.alibaba.cola:cola-component-exception:4.0.0'
// https://jarcasting.com/artifacts/com.alibaba.cola/cola-component-exception/
implementation ("com.alibaba.cola:cola-component-exception:4.0.0")
'com.alibaba.cola:cola-component-exception:jar:4.0.0'
<dependency org="com.alibaba.cola" name="cola-component-exception" rev="4.0.0">
<artifact name="cola-component-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cola', module='cola-component-exception', version='4.0.0')
)
libraryDependencies += "com.alibaba.cola" % "cola-component-exception" % "4.0.0"
[com.alibaba.cola/cola-component-exception "4.0.0"]