| GroupId | GroupIdtop.chaser.framework |
|---|---|
| ArtifactId | ArtifactIdcommon-excel |
| Version | VersionB-1.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-excel-B-1.0.1.RELEASE.pom | |
| common-excel-B-1.0.1.RELEASE.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.chaser.framework/common-excel/ -->
<dependency>
<groupId>top.chaser.framework</groupId>
<artifactId>common-excel</artifactId>
<version>B-1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/common-excel/
implementation 'top.chaser.framework:common-excel:B-1.0.1.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/common-excel/
implementation ("top.chaser.framework:common-excel:B-1.0.1.RELEASE")
'top.chaser.framework:common-excel:jar:B-1.0.1.RELEASE'
<dependency org="top.chaser.framework" name="common-excel" rev="B-1.0.1.RELEASE">
<artifact name="common-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='common-excel', version='B-1.0.1.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "common-excel" % "B-1.0.1.RELEASE"
[top.chaser.framework/common-excel "B-1.0.1.RELEASE"]