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

com.alibaba.citrus:citrus-parent 3.0.7

Another Java-based WEB Framework

Группа

Группа

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

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

citrus-parent
Версия

Версия

3.0.7
Тип

Тип

pom

Скачать citrus-parent 3.0.7

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

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