| License |
License |
|---|---|
| GroupId | GroupIdio.github.kevinpan45 |
| ArtifactId | ArtifactIdms-parent |
| Version | Version0.0.1 |
| Type | Typepom |
| Description |
Descriptionms-parent
Microservice parent with only dependencies
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ms-parent-0.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kevinpan45/ms-parent/ -->
<dependency>
<groupId>io.github.kevinpan45</groupId>
<artifactId>ms-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kevinpan45/ms-parent/
implementation 'io.github.kevinpan45:ms-parent:0.0.1'
// https://jarcasting.com/artifacts/io.github.kevinpan45/ms-parent/
implementation ("io.github.kevinpan45:ms-parent:0.0.1")
'io.github.kevinpan45:ms-parent:pom:0.0.1'
<dependency org="io.github.kevinpan45" name="ms-parent" rev="0.0.1">
<artifact name="ms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.kevinpan45', module='ms-parent', version='0.0.1')
)
libraryDependencies += "io.github.kevinpan45" % "ms-parent" % "0.0.1"
[io.github.kevinpan45/ms-parent "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.1.RELEASE |
| org.springframework.boot : spring-boot-starter-undertow | jar | 2.2.1.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.1.RELEASE |
| redis.clients : jedis | jar | 2.9.0 |
| org.apache.commons : commons-pool2 | jar | 2.4.2 |
| org.projectlombok : lombok Optional | jar | 1.18.10 |
| com.baomidou : mybatis-plus-boot-starter | jar | 3.2.0 |
| org.flywaydb : flyway-core | jar | 5.2.4 |
| com.zaxxer : HikariCP | jar | 5.0.0 |
| cn.hutool : hutool-all | jar | 5.7.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar | 2.2.1.RELEASE |
| mysql : mysql-connector-java | jar | 8.0.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |