| GroupId | GroupIdcom.github.liaochong |
|---|---|
| ArtifactId | ArtifactIdmyexcel |
| Version | Version3.4.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| myexcel-3.4.0.RELEASE.pom | |
| myexcel-3.4.0.RELEASE.jar | 212 KB |
| myexcel-3.4.0.RELEASE-sources.jar | 145 KB |
| myexcel-3.4.0.RELEASE-javadoc.jar | 653 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liaochong/myexcel/ -->
<dependency>
<groupId>com.github.liaochong</groupId>
<artifactId>myexcel</artifactId>
<version>3.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaochong/myexcel/
implementation 'com.github.liaochong:myexcel:3.4.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.liaochong/myexcel/
implementation ("com.github.liaochong:myexcel:3.4.0.RELEASE")
'com.github.liaochong:myexcel:jar:3.4.0.RELEASE'
<dependency org="com.github.liaochong" name="myexcel" rev="3.4.0.RELEASE">
<artifact name="myexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaochong', module='myexcel', version='3.4.0.RELEASE')
)
libraryDependencies += "com.github.liaochong" % "myexcel" % "3.4.0.RELEASE"
[com.github.liaochong/myexcel "3.4.0.RELEASE"]