is not current version
Last Version 0.1.2

com.spotify:examples 0.1.1


GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

examples
Version

Version

0.1.1
Type

Type

jar

Download examples 0.1.1


<!-- https://jarcasting.com/artifacts/com.spotify/examples/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>examples</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation 'com.spotify:examples:0.1.1'
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation ("com.spotify:examples:0.1.1")
'com.spotify:examples:jar:0.1.1'
<dependency org="com.spotify" name="examples" rev="0.1.1">
  <artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='examples', version='0.1.1')
)
libraryDependencies += "com.spotify" % "examples" % "0.1.1"
[com.spotify/examples "0.1.1"]