| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.chenxuancode |
| Идентификатор | Идентификаторarchetype |
| Версия | Версия1.0.0-Release |
| Тип | Типjar |
| Описание |
Описаниеarchetype
springboot base create
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| archetype-1.0.0-Release.pom | |
| archetype-1.0.0-Release.jar | 9 KB |
| archetype-1.0.0-Release-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.chenxuancode/archetype/ -->
<dependency>
<groupId>io.github.chenxuancode</groupId>
<artifactId>archetype</artifactId>
<version>1.0.0-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chenxuancode/archetype/
implementation 'io.github.chenxuancode:archetype:1.0.0-Release'
// https://jarcasting.com/artifacts/io.github.chenxuancode/archetype/
implementation ("io.github.chenxuancode:archetype:1.0.0-Release")
'io.github.chenxuancode:archetype:jar:1.0.0-Release'
<dependency org="io.github.chenxuancode" name="archetype" rev="1.0.0-Release">
<artifact name="archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chenxuancode', module='archetype', version='1.0.0-Release')
)
libraryDependencies += "io.github.chenxuancode" % "archetype" % "1.0.0-Release"
[io.github.chenxuancode/archetype "1.0.0-Release"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |