GroupId | GroupIdcom.github.wuyanzuplus |
---|---|
ArtifactId | ArtifactIdcommon-excel |
Version | Version0.0.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wuyanzuplus/common-excel/ -->
<dependency>
<groupId>com.github.wuyanzuplus</groupId>
<artifactId>common-excel</artifactId>
<version>0.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuyanzuplus/common-excel/
implementation 'com.github.wuyanzuplus:common-excel:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.wuyanzuplus/common-excel/
implementation ("com.github.wuyanzuplus:common-excel:0.0.3-RELEASE")
'com.github.wuyanzuplus:common-excel:jar:0.0.3-RELEASE'
<dependency org="com.github.wuyanzuplus" name="common-excel" rev="0.0.3-RELEASE">
<artifact name="common-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuyanzuplus', module='common-excel', version='0.0.3-RELEASE')
)
libraryDependencies += "com.github.wuyanzuplus" % "common-excel" % "0.0.3-RELEASE"
[com.github.wuyanzuplus/common-excel "0.0.3-RELEASE"]