| Группа | Группаnl.thebigb |
|---|---|
| Идентификатор | Идентификаторspark-core |
| Версия | Версия1.1.2-fork |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spark-core-1.1.2-fork.pom | |
| spark-core-1.1.2-fork.jar | 53 KB |
| spark-core-1.1.2-fork-sources.jar | 46 KB |
| spark-core-1.1.2-fork-javadoc.jar | 217 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.thebigb/spark-core/ -->
<dependency>
<groupId>nl.thebigb</groupId>
<artifactId>spark-core</artifactId>
<version>1.1.2-fork</version>
</dependency>
// https://jarcasting.com/artifacts/nl.thebigb/spark-core/
implementation 'nl.thebigb:spark-core:1.1.2-fork'
// https://jarcasting.com/artifacts/nl.thebigb/spark-core/
implementation ("nl.thebigb:spark-core:1.1.2-fork")
'nl.thebigb:spark-core:jar:1.1.2-fork'
<dependency org="nl.thebigb" name="spark-core" rev="1.1.2-fork">
<artifact name="spark-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.thebigb', module='spark-core', version='1.1.2-fork')
)
libraryDependencies += "nl.thebigb" % "spark-core" % "1.1.2-fork"
[nl.thebigb/spark-core "1.1.2-fork"]