| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.weijj0528 |
| Идентификатор | Идентификаторspringboot-starter |
| Версия | Версия3.0-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspringboot-starter
SpringBoot component practice starter
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| springboot-starter-3.0-RELEASE.pom | |
| springboot-starter-3.0-RELEASE.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>springboot-starter</artifactId>
<version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation 'com.github.weijj0528:springboot-starter:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation ("com.github.weijj0528:springboot-starter:3.0-RELEASE")
'com.github.weijj0528:springboot-starter:jar:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="springboot-starter" rev="3.0-RELEASE">
<artifact name="springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='springboot-starter', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "springboot-starter" % "3.0-RELEASE"
[com.github.weijj0528/springboot-starter "3.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.weijj0528 : wei-starter-mybatis | jar | 3.0-RELEASE |
| com.github.weijj0528 : wei-starter-lock | jar | 3.0-RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.2.7.RELEASE |
| org.projectlombok : lombok Необязательный | jar | 1.18.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
| junit : junit | jar | 4.13.1 |