| GroupId | GroupIdcom.spotify | 
|---|---|
| ArtifactId | ArtifactIdscio-repl_2.11 | 
| Version | Version0.8.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| scio-repl_2.11-0.8.0-beta2.pom | |
| scio-repl_2.11-0.8.0-beta2.jar | 60 KB | 
| scio-repl_2.11-0.8.0-beta2-sources.jar | 12 KB | 
| scio-repl_2.11-0.8.0-beta2-javadoc.jar | 410 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.8.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.spotify/scio-repl_2.11/
implementation 'com.spotify:scio-repl_2.11:0.8.0-beta2'// https://jarcasting.com/artifacts/com.spotify/scio-repl_2.11/
implementation ("com.spotify:scio-repl_2.11:0.8.0-beta2")'com.spotify:scio-repl_2.11:jar:0.8.0-beta2'<dependency org="com.spotify" name="scio-repl_2.11" rev="0.8.0-beta2">
  <artifact name="scio-repl_2.11" type="jar" />
</dependency>@Grapes(
@Grab(group='com.spotify', module='scio-repl_2.11', version='0.8.0-beta2')
)libraryDependencies += "com.spotify" % "scio-repl_2.11" % "0.8.0-beta2"[com.spotify/scio-repl_2.11 "0.8.0-beta2"]