| License |
License |
|---|---|
| GroupId | GroupIdio.github.chenxuancode |
| ArtifactId | ArtifactIdbase |
| Version | Version1.0.0-Release |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| base-1.0.0-Release.pom | |
| base-1.0.0-Release.jar | 24 KB |
| base-1.0.0-Release-sources.jar | 15 KB |
| base-1.0.0-Release-javadoc.jar | 157 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |