GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMyExcel |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
MyExcel-2.0.7.pom | |
MyExcel-2.0.7.jar | 63 KB |
MyExcel-2.0.7-sources.jar | 32 KB |
MyExcel-2.0.7-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyExcel/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyExcel</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyExcel/
implementation 'cn.renlm.plugins:MyExcel:2.0.7'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyExcel/
implementation ("cn.renlm.plugins:MyExcel:2.0.7")
'cn.renlm.plugins:MyExcel:jar:2.0.7'
<dependency org="cn.renlm.plugins" name="MyExcel" rev="2.0.7">
<artifact name="MyExcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyExcel', version='2.0.7')
)
libraryDependencies += "cn.renlm.plugins" % "MyExcel" % "2.0.7"
[cn.renlm.plugins/MyExcel "2.0.7"]