GroupId | GroupIdorg.jellyfin.sdk |
---|---|
ArtifactId | ArtifactIdjellyfin-core-android-debug |
Version | Version1.2.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.jellyfin.sdk/jellyfin-core-android-debug/ -->
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-core-android-debug</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.jellyfin.sdk/jellyfin-core-android-debug/
implementation 'org.jellyfin.sdk:jellyfin-core-android-debug:1.2.0'
// https://jarcasting.com/artifacts/org.jellyfin.sdk/jellyfin-core-android-debug/
implementation ("org.jellyfin.sdk:jellyfin-core-android-debug:1.2.0")
'org.jellyfin.sdk:jellyfin-core-android-debug:aar:1.2.0'
<dependency org="org.jellyfin.sdk" name="jellyfin-core-android-debug" rev="1.2.0">
<artifact name="jellyfin-core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.jellyfin.sdk', module='jellyfin-core-android-debug', version='1.2.0')
)
libraryDependencies += "org.jellyfin.sdk" % "jellyfin-core-android-debug" % "1.2.0"
[org.jellyfin.sdk/jellyfin-core-android-debug "1.2.0"]