GroupId | GroupIdcom.github.pjfanning |
---|---|
ArtifactId | ArtifactIdexcel-streaming-reader |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/excel-streaming-reader/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/excel-streaming-reader/
implementation 'com.github.pjfanning:excel-streaming-reader:2.4.0'
// https://jarcasting.com/artifacts/com.github.pjfanning/excel-streaming-reader/
implementation ("com.github.pjfanning:excel-streaming-reader:2.4.0")
'com.github.pjfanning:excel-streaming-reader:jar:2.4.0'
<dependency org="com.github.pjfanning" name="excel-streaming-reader" rev="2.4.0">
<artifact name="excel-streaming-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='excel-streaming-reader', version='2.4.0')
)
libraryDependencies += "com.github.pjfanning" % "excel-streaming-reader" % "2.4.0"
[com.github.pjfanning/excel-streaming-reader "2.4.0"]