Last Version

ms-parent 0.0.1

Microservice parent with only dependencies

License

License

GroupId

GroupId

io.github.kevinpan45
ArtifactId

ArtifactId

ms-parent
Version

Version

0.0.1
Type

Type

pom
Description

Description

ms-parent
Microservice parent with only dependencies
Project URL

Project URL

https://github.com/kevinpan45/infrastructure/tree/main/ms-parent
Source Code Management

Source Code Management

https://github.com/kevinpan45/infrastructure

Download ms-parent 0.0.1

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"]

Dependencies

compile (10)

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

runtime (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.2.1.RELEASE
mysql : mysql-connector-java jar 8.0.18

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.1.RELEASE

Project Modules

There are no modules declared in this project.