GroupId | GroupIdio.github.ppdzm |
---|---|
ArtifactId | ArtifactIdspark-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
spark-utils-1.0.pom | |
spark-utils-1.0.jar | 313 KB |
spark-utils-1.0-sources.jar | 36 KB |
spark-utils-1.0-javadoc.jar | 551 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ppdzm/spark-utils/ -->
<dependency>
<groupId>io.github.ppdzm</groupId>
<artifactId>spark-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/spark-utils/
implementation 'io.github.ppdzm:spark-utils:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/spark-utils/
implementation ("io.github.ppdzm:spark-utils:1.0")
'io.github.ppdzm:spark-utils:jar:1.0'
<dependency org="io.github.ppdzm" name="spark-utils" rev="1.0">
<artifact name="spark-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='spark-utils', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "spark-utils" % "1.0"
[io.github.ppdzm/spark-utils "1.0"]