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