utils

Demo project for Spring Boot

License

License

GroupId

GroupId

com.github.lgsxiaosen
ArtifactId

ArtifactId

utils
Last Version

Last Version

0.1.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

utils
Demo project for Spring Boot
Source Code Management

Source Code Management

https://github.com/lgsxiaosen/utils.git

Download utils

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

provided (4)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

utils

使用:

引入maven配置

<dependency>
    <groupId>com.github.lgsxiaosen</groupId>
    <artifactId>utils</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>

Versions

Version
0.1.2-RELEASE
0.1.1-RELEASE
0.1.0-RELEASE
0.0.1-RELEASE