Last Version

io.github.chenxuancode:base 1.0.0-Release

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

io.github.chenxuancode
ArtifactId

ArtifactId

base
Version

Version

1.0.0-Release
Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Source Code Management

Source Code Management

https://github.com/chenxuancode/base

Download base 1.0.0-Release


<!-- https://jarcasting.com/artifacts/io.github.chenxuancode/base/ -->
<dependency>
    <groupId>io.github.chenxuancode</groupId>
    <artifactId>base</artifactId>
    <version>1.0.0-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chenxuancode/base/
implementation 'io.github.chenxuancode:base:1.0.0-Release'
// https://jarcasting.com/artifacts/io.github.chenxuancode/base/
implementation ("io.github.chenxuancode:base:1.0.0-Release")
'io.github.chenxuancode:base:jar:1.0.0-Release'
<dependency org="io.github.chenxuancode" name="base" rev="1.0.0-Release">
  <artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chenxuancode', module='base', version='1.0.0-Release')
)
libraryDependencies += "io.github.chenxuancode" % "base" % "1.0.0-Release"
[io.github.chenxuancode/base "1.0.0-Release"]

Dependencies

compile (13)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.12.RELEASE
org.springframework.boot : spring-boot-starter-validation jar 2.3.12.RELEASE
org.codehaus.groovy : groovy-all jar 2.4.15
mysql : mysql-connector-java jar 8.0.16
com.baomidou : mybatis-plus jar 3.4.0
com.baomidou : mybatis-plus-boot-starter jar 3.4.0
io.springfox : springfox-swagger2 jar 2.8.0
io.springfox : springfox-swagger-ui jar 2.8.0
com.github.xiaoymin : swagger-bootstrap-ui jar 1.8.5
org.projectlombok : lombok Optional jar 1.18.20
org.springframework.boot : spring-boot-starter-aop jar 2.3.12.RELEASE
com.google.code.gson : gson jar 2.8.5
cn.hutool : hutool-all jar 5.7.14

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.12.RELEASE
org.spockframework : spock-core jar 1.3-groovy-2.4
org.spockframework : spock-spring jar 1.3-groovy-2.4

Project Modules

There are no modules declared in this project.