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