License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.github.hdy10 |
ArtifactId | ArtifactIdboot-common |
Version | Version2.0.2 |
Type | Typejar |
Description |
Descriptionboot-common
基于springboot的一些简单工具
|
Filename | Size |
---|---|
boot-common-2.0.2.pom | |
boot-common-2.0.2.jar | 70 KB |
boot-common-2.0.2-sources.jar | 41 KB |
boot-common-2.0.2-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hdy10/boot-common/ -->
<dependency>
<groupId>com.github.hdy10</groupId>
<artifactId>boot-common</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation 'com.github.hdy10:boot-common:2.0.2'
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation ("com.github.hdy10:boot-common:2.0.2")
'com.github.hdy10:boot-common:jar:2.0.2'
<dependency org="com.github.hdy10" name="boot-common" rev="2.0.2">
<artifact name="boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hdy10', module='boot-common', version='2.0.2')
)
libraryDependencies += "com.github.hdy10" % "boot-common" % "2.0.2"
[com.github.hdy10/boot-common "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter-freemarker | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.2.RELEASE |
org.projectlombok : lombok | jar | 1.18.6 |
com.alibaba : fastjson | jar | 1.2.28 |
joda-time : joda-time | jar | 2.9.9 |
org.apache.poi : poi | jar | 3.10-FINAL |
commons-io : commons-io | jar | 2.4 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.springframework.boot : spring-boot-starter-mail | jar | 2.0.2.RELEASE |
cn.hutool : hutool-all | jar | 4.5.0 |
com.google.zxing : core | jar | 3.3.0 |
commons-configuration : commons-configuration | jar | 1.8 |
com.google.guava : guava | jar | 19.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
org.springframework.boot : spring-boot-starter-undertow | jar | 2.0.2.RELEASE |