| License |
License |
|---|---|
| GroupId | GroupIdorg.depsea |
| ArtifactId | ArtifactIdbutterfly-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionButterfly
提供项目中常用的工具,包括类型转换工具,ID生成工具,业务断言工具等,同时提供对异常信息的统一约束,并提供统一的应答格式等
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| butterfly-parent-1.0.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.depsea/butterfly-parent/ -->
<dependency>
<groupId>org.depsea</groupId>
<artifactId>butterfly-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.depsea/butterfly-parent/
implementation 'org.depsea:butterfly-parent:1.0.0'
// https://jarcasting.com/artifacts/org.depsea/butterfly-parent/
implementation ("org.depsea:butterfly-parent:1.0.0")
'org.depsea:butterfly-parent:pom:1.0.0'
<dependency org="org.depsea" name="butterfly-parent" rev="1.0.0">
<artifact name="butterfly-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.depsea', module='butterfly-parent', version='1.0.0')
)
libraryDependencies += "org.depsea" % "butterfly-parent" % "1.0.0"
[org.depsea/butterfly-parent "1.0.0"]