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