GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIddbeam-core |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
dbeam-core-0.9.9.pom | |
dbeam-core-0.9.9.jar | 93 KB |
dbeam-core-0.9.9-sources.jar | 51 KB |
dbeam-core-0.9.9-javadoc.jar | 599 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/dbeam-core/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>dbeam-core</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/dbeam-core/
implementation 'com.spotify:dbeam-core:0.9.9'
// https://jarcasting.com/artifacts/com.spotify/dbeam-core/
implementation ("com.spotify:dbeam-core:0.9.9")
'com.spotify:dbeam-core:jar:0.9.9'
<dependency org="com.spotify" name="dbeam-core" rev="0.9.9">
<artifact name="dbeam-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='dbeam-core', version='0.9.9')
)
libraryDependencies += "com.spotify" % "dbeam-core" % "0.9.9"
[com.spotify/dbeam-core "0.9.9"]