| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfun.fengwk.commons |
| Идентификатор | Идентификаторcommons-parent |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеfun.fengwk.commons:commons-parent
common tools library
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| commons-parent-0.0.2.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/
implementation 'fun.fengwk.commons:commons-parent:0.0.2'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/
implementation ("fun.fengwk.commons:commons-parent:0.0.2")
'fun.fengwk.commons:commons-parent:pom:0.0.2'
<dependency org="fun.fengwk.commons" name="commons-parent" rev="0.0.2">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-parent', version='0.0.2')
)
libraryDependencies += "fun.fengwk.commons" % "commons-parent" % "0.0.2"
[fun.fengwk.commons/commons-parent "0.0.2"]