GroupId | GroupIdcn.easyproject |
---|---|
ArtifactId | ArtifactIdeasycommondao |
Version | Version1.5.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
easycommondao-1.5.0-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao</artifactId>
<version>1.5.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao/
implementation 'cn.easyproject:easycommondao:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao/
implementation ("cn.easyproject:easycommondao:1.5.0-RELEASE")
'cn.easyproject:easycommondao:pom:1.5.0-RELEASE'
<dependency org="cn.easyproject" name="easycommondao" rev="1.5.0-RELEASE">
<artifact name="easycommondao" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao', version='1.5.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao" % "1.5.0-RELEASE"
[cn.easyproject/easycommondao "1.5.0-RELEASE"]