GroupId | GroupIdcom.github.dreamroute |
---|---|
ArtifactId | ArtifactIdexcel-helper |
Version | Version1.9.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
excel-helper-1.9.1-RELEASE.pom | |
excel-helper-1.9.1-RELEASE.jar | 26 KB |
excel-helper-1.9.1-RELEASE-sources.jar | 16 KB |
excel-helper-1.9.1-RELEASE-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>1.9.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation 'com.github.dreamroute:excel-helper:1.9.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation ("com.github.dreamroute:excel-helper:1.9.1-RELEASE")
'com.github.dreamroute:excel-helper:jar:1.9.1-RELEASE'
<dependency org="com.github.dreamroute" name="excel-helper" rev="1.9.1-RELEASE">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='1.9.1-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "excel-helper" % "1.9.1-RELEASE"
[com.github.dreamroute/excel-helper "1.9.1-RELEASE"]