composeserver-psdk-wxpa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.truenine</groupId> <artifactId>composeserver-psdk-wxpa</artifactId> <version>0.0.25</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.truenine</groupId> <artifactId>composeserver-psdk-wxpa</artifactId> <version>0.0.25</version> <name>compose-server-psdk-wxpa</name> <description>WeChat Official Account Platform SDK implementation providing comprehensive APIs for WeChat public platform integration. Includes authentication, user information retrieval, access token management, and JSAPI signature generation capabilities.</description> <url>https://github.com/TrueNine/compose-server</url> <inceptionYear>2020</inceptionYear> <organization> <name>Yan100 Dev Group</name> <url>https://github.com/TrueNine</url> </organization> <licenses> <license> <name>GNU Lesser General Public License v2.1</name> <url>https://github.com/TrueNine/compose-server/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>TrueNine</id> <name>赵日天</name> <email>truenine304520@gmail.com</email> <url>https://github.com/TrueNine</url> <organization>Yan100 Dev Group</organization> <organizationUrl>https://github.com/TrueNine</organizationUrl> <roles> <role>developer</role> <role>founder</role> </roles> <timezone>GMT+8</timezone> </developer> <developer> <id>t_teng</id> <name>滕腾</name> <email>616057370@qq.com</email> <organization>Nanning, Guangxi, China Yan100 technology Ltd</organization> <roles> <role>sponsor</role> </roles> <timezone>GMT+8</timezone> </developer> <developer> <id>bambuo</id> <name>Johana Ĉen</name> <email>845586878@qq.com</email> <url>https://github.com/bambuo</url> <organization>Hubei, China Tianshu technology Ltd</organization> <roles> <role>sponsor</role> </roles> <timezone>GMT+8</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/TrueNine/compose-server.git</connection> <developerConnection>scm:git:ssh://github.com:/TrueNine/compose-server.git</developerConnection> <tag>0.0.25</tag> <url>https://github.com/TrueNine/compose-server</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/TrueNine/compose-server/issues</url> </issueManagement> <properties> <maven.compiler.release>24</maven.compiler.release> <maven.compiler.target>24</maven.compiler.target> <java.version>24</java.version> <maven.compiler.source>24</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>io.github.truenine</groupId> <artifactId>composeserver-shared</artifactId> <version>0.0.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.5.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.truenine</groupId> <artifactId>composeserver-depend-http-exchange</artifactId> <version>0.0.25</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.truenine</groupId> <artifactId>composeserver-depend-jackson</artifactId> <version>0.0.25</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>3.5.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.truenine</groupId> <artifactId>composeserver-security-crypto</artifactId> <version>0.0.25</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>6.5.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>