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

icu.easyj:easyj-build 1.0.36

为了方便其他Java项目的搭建,提供了该build,作为其他项目的父级`pom.xml`。

Группа

Группа

icu.easyj
Идентификатор

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

easyj-build
Версия

Версия

1.0.36
Тип

Тип

pom

Скачать easyj-build 1.0.36

Имя Файла Размер
easyj-build-1.0.36.pom 28 KB
Обзор

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