| License |
License |
|---|---|
| GroupId | GroupIdio.github.yrichika |
| ArtifactId | ArtifactIdfountain |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfountain
This program will start a simple streaming server which will send text data from a specified file. This makes it easier to test Spark Streaming. A simple substitution for netcat.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fountain-0.1.0.pom | |
| fountain-0.1.0.jar | 9 KB |
| fountain-0.1.0-sources.jar | 2 KB |
| fountain-0.1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yrichika/fountain/ -->
<dependency>
<groupId>io.github.yrichika</groupId>
<artifactId>fountain</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yrichika/fountain/
implementation 'io.github.yrichika:fountain:0.1.0'
// https://jarcasting.com/artifacts/io.github.yrichika/fountain/
implementation ("io.github.yrichika:fountain:0.1.0")
'io.github.yrichika:fountain:jar:0.1.0'
<dependency org="io.github.yrichika" name="fountain" rev="0.1.0">
<artifact name="fountain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yrichika', module='fountain', version='0.1.0')
)
libraryDependencies += "io.github.yrichika" % "fountain" % "0.1.0"
[io.github.yrichika/fountain "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |
| com.github.sbt » sbt-pgp | jar | 2.1.2 |
| com.typesafe.akka : akka-stream_2.12 | jar | 2.6.16 |
| org.apache.spark : spark-core_2.12 | jar | 3.1.2 |
| org.apache.spark : spark-sql_2.12 | jar | 3.1.2 |
| org.scalactic : scalactic_2.12 | jar | 3.2.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.spark : spark-streaming_2.12 | jar | 3.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.akka : akka-stream-testkit_2.12 | jar | 2.6.16 |
| org.scalatest : scalatest_2.12 | jar | 3.2.9 |