qs-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.techouse</groupId> <artifactId>qs-kotlin</artifactId> <version>1.2.3</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.techouse</groupId> <artifactId>qs-kotlin</artifactId> <version>1.2.3</version> <name>qs-kotlin</name> <description>A query string encoding and decoding library for Android and Kotlin/JVM. Ported from qs for JavaScript.</description> <url>https://techouse.github.io/qs-kotlin/</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>BSD-3-Clause</name> <url>https://github.com/techouse/qs-kotlin/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>techouse</id> <name>Klemen Tusar</name> <email>techouse@gmail.com</email> <url>https://github.com/techouse</url> <roles> <role>Lead</role> <role>Maintainer</role> </roles> <timezone>Europe/London</timezone> <properties> <sponsor>https://github.com/sponsors/techouse</sponsor> <twitter>https://x.com/nextk2</twitter> <linkedin>https://www.linkedin.com/in/techouse/</linkedin> <paypal>https://paypal.me/ktusar</paypal> </properties> </developer> </developers> <scm> <connection>scm:git:https://github.com/techouse/qs-kotlin.git</connection> <developerConnection>scm:git:ssh://git@github.com/techouse/qs-kotlin.git</developerConnection> <url>https://github.com/techouse/qs-kotlin</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/techouse/qs-kotlin/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/techouse/qs-kotlin/actions</url> </ciManagement> <properties> <changelogUrl>https://github.com/techouse/qs_codec/blob/master/CHANGELOG.md</changelogUrl> </properties> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.21</version> <scope>compile</scope> </dependency> </dependencies> </project>