License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdexamples |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionexamples
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
examples-0.1.2.pom | |
examples-0.1.2.jar | 9 KB |
examples-0.1.2-sources.jar | 4 KB |
examples-0.1.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/examples/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>examples</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation 'com.spotify:examples:0.1.2'
// https://jarcasting.com/artifacts/com.spotify/examples/
implementation ("com.spotify:examples:0.1.2")
'com.spotify:examples:jar:0.1.2'
<dependency org="com.spotify" name="examples" rev="0.1.2">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='examples', version='0.1.2')
)
libraryDependencies += "com.spotify" % "examples" % "0.1.2"
[com.spotify/examples "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.spotify : flo-runner | jar | 0.1.2 |
io.rouz : flo-scala_2.11 | jar | 0.0.13 |
org.scala-lang : scala-library | jar | 2.11.8 |
Group / Artifact | Type | Version |
---|---|---|
io.rouz : flo-cli | jar | 0.0.13 |