GroupId | GroupIdcom.eworkcloud.starter |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-excel |
Version | Version2.3.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-excel/ -->
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter-excel</artifactId>
<version>2.3.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-excel/
implementation 'com.eworkcloud.starter:ework-cloud-starter-excel:2.3.15'
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-excel/
implementation ("com.eworkcloud.starter:ework-cloud-starter-excel:2.3.15")
'com.eworkcloud.starter:ework-cloud-starter-excel:jar:2.3.15'
<dependency org="com.eworkcloud.starter" name="ework-cloud-starter-excel" rev="2.3.15">
<artifact name="ework-cloud-starter-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud.starter', module='ework-cloud-starter-excel', version='2.3.15')
)
libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-excel" % "2.3.15"
[com.eworkcloud.starter/ework-cloud-starter-excel "2.3.15"]