GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-0.1.0.pom | |
examples-0.1.0.jar | 9 KB |
examples-0.1.0-sources.jar | 4 KB |
examples-0.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/examples/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>examples</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation 'com.spotify:examples:0.1.0'
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation ("com.spotify:examples:0.1.0")
'com.spotify:examples:jar:0.1.0'
<dependency org="com.spotify" name="examples" rev="0.1.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='examples', version='0.1.0')
)
libraryDependencies += "com.spotify" % "examples" % "0.1.0"
[com.spotify/examples "0.1.0"]