GroupId | GroupIdcom.efeichong |
---|---|
ArtifactId | ArtifactIdexcel-common |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
excel-common-1.0.5.pom | |
excel-common-1.0.5.jar | 24 KB |
excel-common-1.0.5-sources.jar | 15 KB |
excel-common-1.0.5-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efeichong/excel-common/ -->
<dependency>
<groupId>com.efeichong</groupId>
<artifactId>excel-common</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/excel-common/
implementation 'com.efeichong:excel-common:1.0.5'
// https://jarcasting.com/artifacts/com.efeichong/excel-common/
implementation ("com.efeichong:excel-common:1.0.5")
'com.efeichong:excel-common:jar:1.0.5'
<dependency org="com.efeichong" name="excel-common" rev="1.0.5">
<artifact name="excel-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='excel-common', version='1.0.5')
)
libraryDependencies += "com.efeichong" % "excel-common" % "1.0.5"
[com.efeichong/excel-common "1.0.5"]