Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdio.github.rajesh2015 |
ArtifactId | ArtifactIdsample-spark-code |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
sample-spark-code-0.1.pom | |
sample-spark-code-0.1.jar | 4 KB |
sample-spark-code-0.1-sources.jar | 1 KB |
sample-spark-code-0.1-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rajesh2015/sample-spark-code/ -->
<dependency>
<groupId>io.github.rajesh2015</groupId>
<artifactId>sample-spark-code</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rajesh2015/sample-spark-code/
implementation 'io.github.rajesh2015:sample-spark-code:0.1'
// https://jarcasting.com/artifacts/io.github.rajesh2015/sample-spark-code/
implementation ("io.github.rajesh2015:sample-spark-code:0.1")
'io.github.rajesh2015:sample-spark-code:jar:0.1'
<dependency org="io.github.rajesh2015" name="sample-spark-code" rev="0.1">
<artifact name="sample-spark-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rajesh2015', module='sample-spark-code', version='0.1')
)
libraryDependencies += "io.github.rajesh2015" % "sample-spark-code" % "0.1"
[io.github.rajesh2015/sample-spark-code "0.1"]