| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools Scala Languages |
| GroupId | GroupIdcom.iobeam |
| ArtifactId | ArtifactIdscala-build-tools |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA library to create spark applications for IoT data on the iobeam platform.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| scala-build-tools-0.12.pom | |
| scala-build-tools-0.12.jar | 2 KB |
| scala-build-tools-0.12-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iobeam/scala-build-tools/ -->
<dependency>
<groupId>com.iobeam</groupId>
<artifactId>scala-build-tools</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.iobeam/scala-build-tools/
implementation 'com.iobeam:scala-build-tools:0.12'
// https://jarcasting.com/artifacts/com.iobeam/scala-build-tools/
implementation ("com.iobeam:scala-build-tools:0.12")
'com.iobeam:scala-build-tools:jar:0.12'
<dependency org="com.iobeam" name="scala-build-tools" rev="0.12">
<artifact name="scala-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iobeam', module='scala-build-tools', version='0.12')
)
libraryDependencies += "com.iobeam" % "scala-build-tools" % "0.12"
[com.iobeam/scala-build-tools "0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-jul | jar | 2.5 |
| org.apache.spark : spark-streaming_2.10 | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.scalatest : scalatest_2.10 | jar | 2.2.4 |