GroupId | GroupIdcom.crealytics |
---|---|
ArtifactId | ArtifactIdspark-excel_2.12 |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
spark-excel_2.12-0.12.0.pom | |
spark-excel_2.12-0.12.0.jar | 5 MB |
spark-excel_2.12-0.12.0-unshaded.jar | 133 KB |
spark-excel_2.12-0.12.0-sources.jar | 13 KB |
spark-excel_2.12-0.12.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/ -->
<dependency>
<groupId>com.crealytics</groupId>
<artifactId>spark-excel_2.12</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/
implementation 'com.crealytics:spark-excel_2.12:0.12.0'
// https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/
implementation ("com.crealytics:spark-excel_2.12:0.12.0")
'com.crealytics:spark-excel_2.12:jar:0.12.0'
<dependency org="com.crealytics" name="spark-excel_2.12" rev="0.12.0">
<artifact name="spark-excel_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crealytics', module='spark-excel_2.12', version='0.12.0')
)
libraryDependencies += "com.crealytics" % "spark-excel_2.12" % "0.12.0"
[com.crealytics/spark-excel_2.12 "0.12.0"]