License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.muxiaobai |
ArtifactId | ArtifactIdspring-boot |
Version | Version0.0.1-RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-0.0.1-RELEASE.pom | |
spring-boot-0.0.1-RELEASE.jar | 39 MB |
spring-boot-0.0.1-RELEASE-sources.jar | 26 KB |
spring-boot-0.0.1-RELEASE-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/ -->
<dependency>
<groupId>io.github.muxiaobai</groupId>
<artifactId>spring-boot</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/
implementation 'io.github.muxiaobai:spring-boot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/
implementation ("io.github.muxiaobai:spring-boot:0.0.1-RELEASE")
'io.github.muxiaobai:spring-boot:jar:0.0.1-RELEASE'
<dependency org="io.github.muxiaobai" name="spring-boot" rev="0.0.1-RELEASE">
<artifact name="spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.muxiaobai', module='spring-boot', version='0.0.1-RELEASE')
)
libraryDependencies += "io.github.muxiaobai" % "spring-boot" % "0.0.1-RELEASE"
[io.github.muxiaobai/spring-boot "0.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.1 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.1.3.RELEASE |
mysql : mysql-connector-java | jar | 6.0.6 |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
com.101tec : zkclient | jar | 0.10 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-devtools Optional | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |