fineract-client-kmp-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.niyajali</groupId> <artifactId>fineract-client-kmp-js</artifactId> <version>1.0.5</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.niyajali</groupId> <artifactId>fineract-client-kmp-js</artifactId> <version>1.0.5</version> <packaging>klib</packaging> <name>fineract-client</name> <description>Mifos Fineract Client is a KMP based library that provides a simple interface to interact with the Apache Fineract 1.x Platform APIs</description> <url>https://github.com/niyajali/fineract-client-cmp</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MPL license</name> <url>https://github.com/niyajali/fineract-client-cmp/blob/main/LICENSE</url> <distribution>https://github.com/niyajali/fineract-client-cmp/blob/main/LICENSE</distribution> </license> </licenses> <developers> <developer> <id>niyajali</id> <name>Sk Niyaj Ali</name> <url>https://github.com/niyajali/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/niyajali/fineract-client-cmp.git</connection> <developerConnection>scm:git:git://github.com/niyajali/fineract-client-cmp.git</developerConnection> <url>https://github.com/niyajali/fineract-client-cmp.git</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-dom-api-compat</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-js</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-js</artifactId> <version>0.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-js</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-js</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.jensklingenberg.ktorfit</groupId> <artifactId>ktorfit-lib-js</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.jensklingenberg.ktorfit</groupId> <artifactId>ktorfit-converters-call-js</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.jensklingenberg.ktorfit</groupId> <artifactId>ktorfit-converters-flow-js</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>