multiplatform-mock-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.ktorfitx</groupId>
<artifactId>multiplatform-mock-js</artifactId>
<version>3.3.2-3.2.6</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>cn.ktorfitx</groupId>
<artifactId>multiplatform-mock-js</artifactId>
<version>3.3.2-3.2.6</version>
<packaging>klib</packaging>
<name>multiplatform-mock</name>
<description>Ktorfitx 是一款专为 Ktor 设计的代码生成框架,致力于减少样板代码,为 Ktor Client 和 Ktor Server 提供代码生成服务,支持 Kotlin Multiplatform</description>
<url>https://github.com/annotation-engine/ktorfitx</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
</license>
</licenses>
<developers>
<developer>
<id>JarvisLi</id>
<name>JarvisLi</name>
<url>https://github.com/annotation-engine/ktorfitx</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/annotation-engine/ktorfitx.git</connection>
<developerConnection>scm:git:ssh://git@github.com:annotation-engine/ktorfitx.git</developerConnection>
<url>https://github.com/annotation-engine/ktorfitx</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-dom-api-compat</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cn.ktorfitx</groupId>
<artifactId>multiplatform-annotation-js</artifactId>
<version>3.3.2-3.2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>cn.ktorfitx</groupId>
<artifactId>multiplatform-core-js</artifactId>
<version>3.3.2-3.2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-js</artifactId>
<version>3.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-logging-js</artifactId>
<version>3.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-serialization-js</artifactId>
<version>3.3.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>