| Группа | Группаcom.alibaba.citrus.tool |
|---|---|
| Идентификатор | Идентификаторcitrus-tool-parent |
| Версия | Версия1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| citrus-tool-parent-1.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alibaba.citrus.tool/citrus-tool-parent/ -->
<dependency>
<groupId>com.alibaba.citrus.tool</groupId>
<artifactId>citrus-tool-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.citrus.tool/citrus-tool-parent/
implementation 'com.alibaba.citrus.tool:citrus-tool-parent:1.0'
// https://jarcasting.com/artifacts/com.alibaba.citrus.tool/citrus-tool-parent/
implementation ("com.alibaba.citrus.tool:citrus-tool-parent:1.0")
'com.alibaba.citrus.tool:citrus-tool-parent:pom:1.0'
<dependency org="com.alibaba.citrus.tool" name="citrus-tool-parent" rev="1.0">
<artifact name="citrus-tool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.citrus.tool', module='citrus-tool-parent', version='1.0')
)
libraryDependencies += "com.alibaba.citrus.tool" % "citrus-tool-parent" % "1.0"
[com.alibaba.citrus.tool/citrus-tool-parent "1.0"]