GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdfeatran-scio_2.11 |
Version | Version0.3.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/featran-scio_2.11/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>featran-scio_2.11</artifactId>
<version>0.3.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/featran-scio_2.11/
implementation 'com.spotify:featran-scio_2.11:0.3.0-RC1'
// https://jarcasting.com/artifacts/com.spotify/featran-scio_2.11/
implementation ("com.spotify:featran-scio_2.11:0.3.0-RC1")
'com.spotify:featran-scio_2.11:jar:0.3.0-RC1'
<dependency org="com.spotify" name="featran-scio_2.11" rev="0.3.0-RC1">
<artifact name="featran-scio_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='featran-scio_2.11', version='0.3.0-RC1')
)
libraryDependencies += "com.spotify" % "featran-scio_2.11" % "0.3.0-RC1"
[com.spotify/featran-scio_2.11 "0.3.0-RC1"]