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