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

com.alibaba.citrus:citrus-parent 3.2.0

Another Java-based WEB Framework

Группа

Группа

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

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

citrus-parent
Версия

Версия

3.2.0
Тип

Тип

pom

Скачать citrus-parent 3.2.0

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

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