| GroupId | GroupIdcom.github.sparkds |
|---|---|
| ArtifactId | ArtifactIdsparkds |
| Version | Version0.0.1-RC-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sparkds-0.0.1-RC-1.pom | |
| sparkds-0.0.1-RC-1.jar | 61 KB |
| sparkds-0.0.1-RC-1-sources.jar | 17 KB |
| sparkds-0.0.1-RC-1-javadoc.jar | 450 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparkds/sparkds/ -->
<dependency>
<groupId>com.github.sparkds</groupId>
<artifactId>sparkds</artifactId>
<version>0.0.1-RC-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkds/sparkds/
implementation 'com.github.sparkds:sparkds:0.0.1-RC-1'
// https://jarcasting.com/artifacts/com.github.sparkds/sparkds/
implementation ("com.github.sparkds:sparkds:0.0.1-RC-1")
'com.github.sparkds:sparkds:jar:0.0.1-RC-1'
<dependency org="com.github.sparkds" name="sparkds" rev="0.0.1-RC-1">
<artifact name="sparkds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkds', module='sparkds', version='0.0.1-RC-1')
)
libraryDependencies += "com.github.sparkds" % "sparkds" % "0.0.1-RC-1"
[com.github.sparkds/sparkds "0.0.1-RC-1"]