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