| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.easy4j |
| Идентификатор | Идентификаторeasy4j-parent |
| Версия | Версия0.5.1.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеeasy4j
Easy4j is a lightweight Java Web Framework and reusable components.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| easy4j-parent-0.5.1.RELEASE.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.easy4j/easy4j-parent/ -->
<dependency>
<groupId>cn.easy4j</groupId>
<artifactId>easy4j-parent</artifactId>
<version>0.5.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-parent/
implementation 'cn.easy4j:easy4j-parent:0.5.1.RELEASE'
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-parent/
implementation ("cn.easy4j:easy4j-parent:0.5.1.RELEASE")
'cn.easy4j:easy4j-parent:pom:0.5.1.RELEASE'
<dependency org="cn.easy4j" name="easy4j-parent" rev="0.5.1.RELEASE">
<artifact name="easy4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.easy4j', module='easy4j-parent', version='0.5.1.RELEASE')
)
libraryDependencies += "cn.easy4j" % "easy4j-parent" % "0.5.1.RELEASE"
[cn.easy4j/easy4j-parent "0.5.1.RELEASE"]