k

kyoutube-jvm

KYoutube is a Kotlin Multiplatform package that facilitates the integration of a customizable YouTube WebView component across various platforms, including Android, iOS, JVM, JavaScript, and WebAssembly. Built on the principles of Jetpack Compose and Compose for iOS, this package allows developers to embed and control YouTube video playback seamlessly in their applications.
https://github.com/the-best-is-best/kyoutube
Apache-2.0
Michelle Raouf
Files download
File Operation
kyoutube-jvm-1.0.0.jar download
kyoutube-jvm-1.0.0.pom download
kyoutube-jvm-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kyoutube-jvm</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kyoutube-jvm:1.0.0'
Gradle Kotlin
implementation("io.github.the-best-is-best:kyoutube-jvm:1.0.0")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kyoutube-jvm" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kyoutube-jvm', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kyoutube-jvm" rev="1.0.0" />
Leiningen
[io.github.the-best-is-best/kyoutube-jvm "1.0.0"]
Apache Buildr
'io.github.the-best-is-best:kyoutube-jvm:jar:1.0.0'