| GroupId | GroupIdcom.github.fsanaulla |
|---|---|
| ArtifactId | ArtifactIdspark3-http-rdd |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spark3-http-rdd-0.1.0.pom | |
| spark3-http-rdd-0.1.0.jar | 13 KB |
| spark3-http-rdd-0.1.0-sources.jar | 3 KB |
| spark3-http-rdd-0.1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fsanaulla/spark3-http-rdd/ -->
<dependency>
<groupId>com.github.fsanaulla</groupId>
<artifactId>spark3-http-rdd</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fsanaulla/spark3-http-rdd/
implementation 'com.github.fsanaulla:spark3-http-rdd:0.1.0'
// https://jarcasting.com/artifacts/com.github.fsanaulla/spark3-http-rdd/
implementation ("com.github.fsanaulla:spark3-http-rdd:0.1.0")
'com.github.fsanaulla:spark3-http-rdd:jar:0.1.0'
<dependency org="com.github.fsanaulla" name="spark3-http-rdd" rev="0.1.0">
<artifact name="spark3-http-rdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fsanaulla', module='spark3-http-rdd', version='0.1.0')
)
libraryDependencies += "com.github.fsanaulla" % "spark3-http-rdd" % "0.1.0"
[com.github.fsanaulla/spark3-http-rdd "0.1.0"]