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