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