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

icu.easyj:easyj-build 0.1.0

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

Группа

Группа

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

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

easyj-build
Версия

Версия

0.1.0
Тип

Тип

pom

Скачать easyj-build 0.1.0

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

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