| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.alilitech |
| Идентификатор | Идентификаторboot-plus |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеboot-plus
boot-plus is a rapid development framework based on spring boot.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| boot-plus-2.0.1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation 'com.alilitech:boot-plus:2.0.1'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus/
implementation ("com.alilitech:boot-plus:2.0.1")
'com.alilitech:boot-plus:pom:2.0.1'
<dependency org="com.alilitech" name="boot-plus" rev="2.0.1">
<artifact name="boot-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus', version='2.0.1')
)
libraryDependencies += "com.alilitech" % "boot-plus" % "2.0.1"
[com.alilitech/boot-plus "2.0.1"]