| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdscio-core_2.11 |
| Version | Version0.3.0-beta3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scio-core_2.11-0.3.0-beta3.pom | |
| scio-core_2.11-0.3.0-beta3.jar | 2 MB |
| scio-core_2.11-0.3.0-beta3-sources.jar | 107 KB |
| scio-core_2.11-0.3.0-beta3-javadoc.jar | 713 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/scio-core_2.11/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>scio-core_2.11</artifactId>
<version>0.3.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/scio-core_2.11/
implementation 'com.spotify:scio-core_2.11:0.3.0-beta3'
// https://jarcasting.com/artifacts/com.spotify/scio-core_2.11/
implementation ("com.spotify:scio-core_2.11:0.3.0-beta3")
'com.spotify:scio-core_2.11:jar:0.3.0-beta3'
<dependency org="com.spotify" name="scio-core_2.11" rev="0.3.0-beta3">
<artifact name="scio-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='scio-core_2.11', version='0.3.0-beta3')
)
libraryDependencies += "com.spotify" % "scio-core_2.11" % "0.3.0-beta3"
[com.spotify/scio-core_2.11 "0.3.0-beta3"]