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