не последняя версия
Последняя версия 3.2.4

com.alibaba.citrus:citrus-parent 3.0.12

Another Java-based WEB Framework

Группа

Группа

com.alibaba.citrus
Идентификатор

Идентификатор

citrus-parent
Версия

Версия

3.0.12
Тип

Тип

pom

Скачать citrus-parent 3.0.12

Имя Файла Размер
citrus-parent-3.0.12.pom 34 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.alibaba.citrus/citrus-parent/ -->
<dependency>
    <groupId>com.alibaba.citrus</groupId>
    <artifactId>citrus-parent</artifactId>
    <version>3.0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.citrus/citrus-parent/
implementation 'com.alibaba.citrus:citrus-parent:3.0.12'
// https://jarcasting.com/artifacts/com.alibaba.citrus/citrus-parent/
implementation ("com.alibaba.citrus:citrus-parent:3.0.12")
'com.alibaba.citrus:citrus-parent:pom:3.0.12'
<dependency org="com.alibaba.citrus" name="citrus-parent" rev="3.0.12">
  <artifact name="citrus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.citrus', module='citrus-parent', version='3.0.12')
)
libraryDependencies += "com.alibaba.citrus" % "citrus-parent" % "3.0.12"
[com.alibaba.citrus/citrus-parent "3.0.12"]