| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.liuzhongkai |
| Идентификатор | Идентификаторspider-boot-common |
| Версия | Версия2.3.1-RELEASE |
| Тип | Типpom |
| Описание |
Описаниеspider
spring boot fast build
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spider-boot-common-2.3.1-RELEASE.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.liuzhongkai/spider-boot-common/ -->
<dependency>
<groupId>com.github.liuzhongkai</groupId>
<artifactId>spider-boot-common</artifactId>
<version>2.3.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhongkai/spider-boot-common/
implementation 'com.github.liuzhongkai:spider-boot-common:2.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.liuzhongkai/spider-boot-common/
implementation ("com.github.liuzhongkai:spider-boot-common:2.3.1-RELEASE")
'com.github.liuzhongkai:spider-boot-common:pom:2.3.1-RELEASE'
<dependency org="com.github.liuzhongkai" name="spider-boot-common" rev="2.3.1-RELEASE">
<artifact name="spider-boot-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhongkai', module='spider-boot-common', version='2.3.1-RELEASE')
)
libraryDependencies += "com.github.liuzhongkai" % "spider-boot-common" % "2.3.1-RELEASE"
[com.github.liuzhongkai/spider-boot-common "2.3.1-RELEASE"]