utils
使用:
引入maven配置
<dependency>
<groupId>com.github.lgsxiaosen</groupId>
<artifactId>utils</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
License |
License |
---|---|
GroupId | GroupIdcom.github.lgsxiaosen |
ArtifactId | ArtifactIdutils |
Last Version | Last Version0.1.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionutils
Demo project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utils-0.1.2-RELEASE.pom | |
utils-0.1.2-RELEASE.jar | 23 KB |
utils-0.1.2-RELEASE-sources.jar | 14 KB |
utils-0.1.2-RELEASE-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/ -->
<dependency>
<groupId>com.github.lgsxiaosen</groupId>
<artifactId>utils</artifactId>
<version>0.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/
implementation 'com.github.lgsxiaosen:utils:0.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/
implementation ("com.github.lgsxiaosen:utils:0.1.2-RELEASE")
'com.github.lgsxiaosen:utils:jar:0.1.2-RELEASE'
<dependency org="com.github.lgsxiaosen" name="utils" rev="0.1.2-RELEASE">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lgsxiaosen', module='utils', version='0.1.2-RELEASE')
)
libraryDependencies += "com.github.lgsxiaosen" % "utils" % "0.1.2-RELEASE"
[com.github.lgsxiaosen/utils "0.1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
commons-lang : commons-lang | jar | 2.3 |
javax.validation : validation-api | jar | 2.0.1.Final |
com.google.guava : guava | jar | 27.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework.boot : spring-boot-starter-aop | jar | |
net.qihoo : qconf-driver-java | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |
utils
使用:
引入maven配置
<dependency>
<groupId>com.github.lgsxiaosen</groupId>
<artifactId>utils</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>