| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fastjrun.archetype |
| Идентификатор | Идентификаторarchetype-parent |
| Последняя версия | Последняя версия1.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание快嘉框架archetype
快嘉框架archetype系列
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| archetype-parent-1.4.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/ -->
<dependency>
<groupId>com.fastjrun.archetype</groupId>
<artifactId>archetype-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation 'com.fastjrun.archetype:archetype-parent:1.4'
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation ("com.fastjrun.archetype:archetype-parent:1.4")
'com.fastjrun.archetype:archetype-parent:pom:1.4'
<dependency org="com.fastjrun.archetype" name="archetype-parent" rev="1.4">
<artifact name="archetype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.archetype', module='archetype-parent', version='1.4')
)
libraryDependencies += "com.fastjrun.archetype" % "archetype-parent" % "1.4"
[com.fastjrun.archetype/archetype-parent "1.4"]