License |
License |
---|---|
GroupId | GroupIdcom.github.xuchen93 |
ArtifactId | ArtifactIdmodule-core |
Version | Version1.0.12 |
Type | Typejar |
Description |
Descriptionmodule-core
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
module-core-1.0.12.pom | |
module-core-1.0.12.jar | 22 KB |
module-core-1.0.12-sources.jar | 10 KB |
module-core-1.0.12-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-core/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-core</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-core/
implementation 'com.github.xuchen93:module-core:1.0.12'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-core/
implementation ("com.github.xuchen93:module-core:1.0.12")
'com.github.xuchen93:module-core:jar:1.0.12'
<dependency org="com.github.xuchen93" name="module-core" rev="1.0.12">
<artifact name="module-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-core', version='1.0.12')
)
libraryDependencies += "com.github.xuchen93" % "module-core" % "1.0.12"
[com.github.xuchen93/module-core "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xuchen93 : module-base | jar | 1.0.12 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.1.RELEASE |
org.apache.commons : commons-pool2 | jar | 2.8.0 |
org.springframework.integration : spring-integration-redis | jar | |
org.projectlombok : lombok Optional | jar | 1.18.12 |
cn.hutool : hutool-all | jar | 5.3.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |