Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.bjoernpetersen |
ArtifactId | ArtifactIdmusicbot-android-client |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-android-client/ -->
<dependency>
<groupId>com.github.bjoernpetersen</groupId>
<artifactId>musicbot-android-client</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-android-client/
implementation 'com.github.bjoernpetersen:musicbot-android-client:0.5.0'
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-android-client/
implementation ("com.github.bjoernpetersen:musicbot-android-client:0.5.0")
'com.github.bjoernpetersen:musicbot-android-client:jar:0.5.0'
<dependency org="com.github.bjoernpetersen" name="musicbot-android-client" rev="0.5.0">
<artifact name="musicbot-android-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernpetersen', module='musicbot-android-client', version='0.5.0')
)
libraryDependencies += "com.github.bjoernpetersen" % "musicbot-android-client" % "0.5.0"
[com.github.bjoernpetersen/musicbot-android-client "0.5.0"]