License |
License |
---|---|
GroupId | GroupIdcom.lingdonge |
ArtifactId | ArtifactIdcommon-spring |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-spring
Spring常用工具类
|
Filename | Size |
---|---|
common-spring-3.0.5.pom | |
common-spring-3.0.5.jar | 168 KB |
common-spring-3.0.5-sources.jar | 115 KB |
common-spring-3.0.5-javadoc.jar | 764 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingdonge/common-spring/ -->
<dependency>
<groupId>com.lingdonge</groupId>
<artifactId>common-spring</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/common-spring/
implementation 'com.lingdonge:common-spring:3.0.5'
// https://jarcasting.com/artifacts/com.lingdonge/common-spring/
implementation ("com.lingdonge:common-spring:3.0.5")
'com.lingdonge:common-spring:jar:3.0.5'
<dependency org="com.lingdonge" name="common-spring" rev="3.0.5">
<artifact name="common-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='common-spring', version='3.0.5')
)
libraryDependencies += "com.lingdonge" % "common-spring" % "3.0.5"
[com.lingdonge/common-spring "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |