is not current version
Last Version 1.4.0.RELEASE

cn.tiennet.dolphin:dolphincore 1.3.7.RELEASE

支撑Java项目的,基于SpringBoot的一系列公共组件,常规工具包以及持久层mybatis深度封装,支持jdbc。

Categories

Categories

Net
GroupId

GroupId

cn.tiennet.dolphin
ArtifactId

ArtifactId

dolphincore
Version

Version

1.3.7.RELEASE
Type

Type

jar

Download dolphincore 1.3.7.RELEASE


<!-- https://jarcasting.com/artifacts/cn.tiennet.dolphin/dolphincore/ -->
<dependency>
    <groupId>cn.tiennet.dolphin</groupId>
    <artifactId>dolphincore</artifactId>
    <version>1.3.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tiennet.dolphin/dolphincore/
implementation 'cn.tiennet.dolphin:dolphincore:1.3.7.RELEASE'
// https://jarcasting.com/artifacts/cn.tiennet.dolphin/dolphincore/
implementation ("cn.tiennet.dolphin:dolphincore:1.3.7.RELEASE")
'cn.tiennet.dolphin:dolphincore:jar:1.3.7.RELEASE'
<dependency org="cn.tiennet.dolphin" name="dolphincore" rev="1.3.7.RELEASE">
  <artifact name="dolphincore" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tiennet.dolphin', module='dolphincore', version='1.3.7.RELEASE')
)
libraryDependencies += "cn.tiennet.dolphin" % "dolphincore" % "1.3.7.RELEASE"
[cn.tiennet.dolphin/dolphincore "1.3.7.RELEASE"]