GroupId | GroupIdcom.gitee.beiding |
---|---|
ArtifactId | ArtifactIdtemplate-excel |
Version | Version2.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>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation 'com.gitee.beiding:template-excel:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation ("com.gitee.beiding:template-excel:2.0.1-RELEASE")
'com.gitee.beiding:template-excel:jar:2.0.1-RELEASE'
<dependency org="com.gitee.beiding" name="template-excel" rev="2.0.1-RELEASE">
<artifact name="template-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='template-excel', version='2.0.1-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "template-excel" % "2.0.1-RELEASE"
[com.gitee.beiding/template-excel "2.0.1-RELEASE"]