| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.mankel.li |
| ArtifactId | ArtifactIdmankel-commons |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mankel-commons-1.0.1.pom | |
| mankel-commons-1.0.1.jar | 26 KB |
| mankel-commons-1.0.1-sources.jar | 12 KB |
| mankel-commons-1.0.1-javadoc.jar | 515 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.mankel.li/mankel-commons/ -->
<dependency>
<groupId>com.gitee.mankel.li</groupId>
<artifactId>mankel-commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.mankel.li/mankel-commons/
implementation 'com.gitee.mankel.li:mankel-commons:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.mankel.li/mankel-commons/
implementation ("com.gitee.mankel.li:mankel-commons:1.0.1")
'com.gitee.mankel.li:mankel-commons:jar:1.0.1'
<dependency org="com.gitee.mankel.li" name="mankel-commons" rev="1.0.1">
<artifact name="mankel-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.mankel.li', module='mankel-commons', version='1.0.1')
)
libraryDependencies += "com.gitee.mankel.li" % "mankel-commons" % "1.0.1"
[com.gitee.mankel.li/mankel-commons "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.11 |
| com.google.guava : guava | jar | 30.1-jre |
| org.projectlombok : lombok | jar | 1.18.16 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| net.coobird : thumbnailator | jar | 0.4.13 |
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| org.springframework.boot : spring-boot | jar | 2.3.6.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.6.RELEASE |
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 |
| com.github.ulisesbocchio : jasypt-spring-boot-starter | jar | 3.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |