| GroupId | GroupIdcom.uetty |
|---|---|
| ArtifactId | ArtifactIdcommon-excel |
| Version | Version1.0.2-M |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-excel-1.0.2-M.pom | |
| common-excel-1.0.2-M.jar | 52 KB |
| common-excel-1.0.2-M-sources.jar | 29 KB |
| common-excel-1.0.2-M-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uetty/common-excel/ -->
<dependency>
<groupId>com.uetty</groupId>
<artifactId>common-excel</artifactId>
<version>1.0.2-M</version>
</dependency>
// https://jarcasting.com/artifacts/com.uetty/common-excel/
implementation 'com.uetty:common-excel:1.0.2-M'
// https://jarcasting.com/artifacts/com.uetty/common-excel/
implementation ("com.uetty:common-excel:1.0.2-M")
'com.uetty:common-excel:jar:1.0.2-M'
<dependency org="com.uetty" name="common-excel" rev="1.0.2-M">
<artifact name="common-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uetty', module='common-excel', version='1.0.2-M')
)
libraryDependencies += "com.uetty" % "common-excel" % "1.0.2-M"
[com.uetty/common-excel "1.0.2-M"]