| License |
License |
|---|---|
| GroupId | GroupIdorg.depsea |
| ArtifactId | ArtifactIdbutterfly-common |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description提供项目中常用的工具,包括类型转换工具,ID生成工具,业务断言工具等,同时提供对异常信息的统一约束,并提供统一的应答格式等
|
| Filename | Size |
|---|---|
| butterfly-common-1.0.0.pom | |
| butterfly-common-1.0.0.jar | 24 KB |
| butterfly-common-1.0.0-sources.jar | 26 KB |
| butterfly-common-1.0.0-javadoc.jar | 207 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| org.assertj : assertj-core | jar | 3.18.1 |