GroupId | GroupIdcom.gitee.beiding |
---|---|
ArtifactId | ArtifactIdtemplate-excel |
Version | Version3.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/ -->
<dependency>
<groupId>com.gitee.beiding</groupId>
<artifactId>template-excel</artifactId>
<version>3.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation 'com.gitee.beiding:template-excel:3.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation ("com.gitee.beiding:template-excel:3.0.1-RELEASE")
'com.gitee.beiding:template-excel:jar:3.0.1-RELEASE'
<dependency org="com.gitee.beiding" name="template-excel" rev="3.0.1-RELEASE">
<artifact name="template-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='template-excel', version='3.0.1-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "template-excel" % "3.0.1-RELEASE"
[com.gitee.beiding/template-excel "3.0.1-RELEASE"]