GroupId | GroupIdcom.github.weibin268 |
---|---|
ArtifactId | ArtifactIdmy-excel |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
my-excel-1.0.4.pom | |
my-excel-1.0.4-sources.jar | 9 KB |
my-excel-1.0.4-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weibin268/my-excel/ -->
<dependency>
<groupId>com.github.weibin268</groupId>
<artifactId>my-excel</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weibin268/my-excel/
implementation 'com.github.weibin268:my-excel:1.0.4'
// https://jarcasting.com/artifacts/com.github.weibin268/my-excel/
implementation ("com.github.weibin268:my-excel:1.0.4")
'com.github.weibin268:my-excel:jar:1.0.4'
<dependency org="com.github.weibin268" name="my-excel" rev="1.0.4">
<artifact name="my-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weibin268', module='my-excel', version='1.0.4')
)
libraryDependencies += "com.github.weibin268" % "my-excel" % "1.0.4"
[com.github.weibin268/my-excel "1.0.4"]