newpipe-extractor-kmp-wasm-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.yushosei</groupId> <artifactId>newpipe-extractor-kmp-wasm-js</artifactId> <version>1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.yushosei</groupId> <artifactId>newpipe-extractor-kmp-wasm-js</artifactId> <version>1.0</version> <packaging>klib</packaging> <name>NewPipeExtractor-KMP</name> <description>A Kotlin Multiplatform-compatible library adapted from NewPipeExtractor for extracting YouTube videos and comments in Compose Multiplatform projects.</description> <url>https://github.com/yushosei/NewPipeExtractor-KMP</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>GNU General Public License, Version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>yushosei</id> <name>Yushosei</name> <email>dev.yushosei@gmail.com</email> <url>https://github.com/yushosei</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/yushosei/NewPipeExtractor-KMP.git</connection> <developerConnection>scm:git:ssh://git@github.com/yushosei/NewPipeExtractor-KMP.git</developerConnection> <url>https://github.com/yushosei/NewPipeExtractor-KMP</url> </scm> <dependencies> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-js-wasm-js</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-wasm-js</artifactId> <version>2.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-wasm-js</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-wasm-js</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-core-wasm-js</artifactId> <version>0.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-wasm-js</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-wasm-js</artifactId> <version>0.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-wasm-js</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-wasm-js</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>