org.depsea:butterfly-common

提供项目中常用的工具,包括类型转换工具,ID生成工具,业务断言工具等,同时提供对异常信息的统一约束,并提供统一的应答格式等

License

License

GroupId

GroupId

org.depsea
ArtifactId

ArtifactId

butterfly-common
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

提供项目中常用的工具,包括类型转换工具,ID生成工具,业务断言工具等,同时提供对异常信息的统一约束,并提供统一的应答格式等

Download butterfly-common

How to add to project

<!-- https://jarcasting.com/artifacts/org.depsea/butterfly-common/ -->
<dependency>
    <groupId>org.depsea</groupId>
    <artifactId>butterfly-common</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.depsea/butterfly-common/
implementation 'org.depsea:butterfly-common:1.0.0'
// https://jarcasting.com/artifacts/org.depsea/butterfly-common/
implementation ("org.depsea:butterfly-common:1.0.0")
'org.depsea:butterfly-common:jar:1.0.0'
<dependency org="org.depsea" name="butterfly-common" rev="1.0.0">
  <artifact name="butterfly-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.depsea', module='butterfly-common', version='1.0.0')
)
libraryDependencies += "org.depsea" % "butterfly-common" % "1.0.0"
[org.depsea/butterfly-common "1.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-core jar 5.3.2
org.springframework : spring-context jar 5.3.2
org.springframework : spring-beans jar 5.3.2
org.projectlombok : lombok jar 1.18.20
org.apache.commons : commons-lang3 jar 3.11
com.google.guava : guava jar 30.1.1-jre

provided (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
com.baomidou : mybatis-plus-annotation jar 3.4.2
org.mybatis : mybatis jar 3.5.6

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.assertj : assertj-core jar 3.18.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0