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