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