Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.iobeam |
ArtifactId | ArtifactIdiobeam-spark-scala-examples |
Version | Version0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.iobeam/iobeam-spark-scala-examples/ -->
<dependency>
<groupId>com.iobeam</groupId>
<artifactId>iobeam-spark-scala-examples</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.iobeam/iobeam-spark-scala-examples/
implementation 'com.iobeam:iobeam-spark-scala-examples:0.11'
// https://jarcasting.com/artifacts/com.iobeam/iobeam-spark-scala-examples/
implementation ("com.iobeam:iobeam-spark-scala-examples:0.11")
'com.iobeam:iobeam-spark-scala-examples:jar:0.11'
<dependency org="com.iobeam" name="iobeam-spark-scala-examples" rev="0.11">
<artifact name="iobeam-spark-scala-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iobeam', module='iobeam-spark-scala-examples', version='0.11')
)
libraryDependencies += "com.iobeam" % "iobeam-spark-scala-examples" % "0.11"
[com.iobeam/iobeam-spark-scala-examples "0.11"]