| Группа | Группаcom.crealytics |
|---|---|
| Идентификатор | Идентификаторspark-excel_2.12 |
| Версия | Версия0.12.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spark-excel_2.12-0.12.5.pom | |
| spark-excel_2.12-0.12.5.jar | 5 MB |
| spark-excel_2.12-0.12.5-unshaded.jar | 135 KB |
| spark-excel_2.12-0.12.5-sources.jar | 13 KB |
| spark-excel_2.12-0.12.5-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/ -->
<dependency>
<groupId>com.crealytics</groupId>
<artifactId>spark-excel_2.12</artifactId>
<version>0.12.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/
implementation 'com.crealytics:spark-excel_2.12:0.12.5'
// https://jarcasting.com/artifacts/com.crealytics/spark-excel_2.12/
implementation ("com.crealytics:spark-excel_2.12:0.12.5")
'com.crealytics:spark-excel_2.12:jar:0.12.5'
<dependency org="com.crealytics" name="spark-excel_2.12" rev="0.12.5">
<artifact name="spark-excel_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crealytics', module='spark-excel_2.12', version='0.12.5')
)
libraryDependencies += "com.crealytics" % "spark-excel_2.12" % "0.12.5"
[com.crealytics/spark-excel_2.12 "0.12.5"]