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

com.alibaba.citrus:citrus-parent 3.1.6

Another Java-based WEB Framework

Группа

Группа

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

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

citrus-parent
Версия

Версия

3.1.6
Тип

Тип

pom

Скачать citrus-parent 3.1.6

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

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