License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdflo-runner-root |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionflo runner root
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
flo-runner-root-0.1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-runner-root/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-runner-root</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-runner-root/
implementation 'com.spotify:flo-runner-root:0.1.2'
// https://jarcasting.com/artifacts/com.spotify/flo-runner-root/
implementation ("com.spotify:flo-runner-root:0.1.2")
'com.spotify:flo-runner-root:pom:0.1.2'
<dependency org="com.spotify" name="flo-runner-root" rev="0.1.2">
<artifact name="flo-runner-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-runner-root', version='0.1.2')
)
libraryDependencies += "com.spotify" % "flo-runner-root" % "0.1.2"
[com.spotify/flo-runner-root "0.1.2"]