License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdsoftware.uncharted.sparkplug |
ArtifactId | ArtifactIdsparkplug-client |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionSparkplug Client Library
A Scala library that exposes Spark via message queues.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sparkplug-client-0.2.1.pom | |
sparkplug-client-0.2.1.jar | 22 MB |
sparkplug-client-0.2.1-tests.jar | 15 KB |
sparkplug-client-0.2.1-sources.jar | 3 KB |
sparkplug-client-0.2.1-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.uncharted.sparkplug/sparkplug-client/ -->
<dependency>
<groupId>software.uncharted.sparkplug</groupId>
<artifactId>sparkplug-client</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.uncharted.sparkplug/sparkplug-client/
implementation 'software.uncharted.sparkplug:sparkplug-client:0.2.1'
// https://jarcasting.com/artifacts/software.uncharted.sparkplug/sparkplug-client/
implementation ("software.uncharted.sparkplug:sparkplug-client:0.2.1")
'software.uncharted.sparkplug:sparkplug-client:jar:0.2.1'
<dependency org="software.uncharted.sparkplug" name="sparkplug-client" rev="0.2.1">
<artifact name="sparkplug-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.uncharted.sparkplug', module='sparkplug-client', version='0.2.1')
)
libraryDependencies += "software.uncharted.sparkplug" % "sparkplug-client" % "0.2.1"
[software.uncharted.sparkplug/sparkplug-client "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
software.uncharted.sparkplug : sparkplug-common | jar | 0.2.1 |
com.typesafe : config | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.2.6 |
org.pegdown : pegdown | jar | 1.6.0 |