rocketmq-client-aot-graalvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.krpc</groupId> <artifactId>rocketmq-client-aot-graalvm</artifactId> <version>5.0.0.rc1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>tech.krpc</groupId> <artifactId>rocketmq-client-aot-graalvm</artifactId> <version>5.0.0.rc1</version> <name>rocketmq-client-aot-graalvm</name> <description>A rocketmq client 5.0 with GraalVM Native Image Support (AOT) .</description> <url>https://github.com/martin2038/rocketmq-clients</url> <inceptionYear>2024</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>martin2038</id> <name>Martin Cong</name> <email>cyy2cyy@gmail.com</email> <url>https://github.com/martin2038/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/martin2038/rocketmq-clients.git</connection> <developerConnection>scm:git:ssh://github.com/martin2038/rocketmq-clients.git</developerConnection> <url>https://github.com/martin2038/rocketmq-clients</url> </scm> <dependencies> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client-apis</artifactId> <version>5.0.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.1.0-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-proto</artifactId> <version>2.0.3</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>grpc-netty-shaded</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.1.100.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.64.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <version>1.64.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.64.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.25.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.14.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.javacrumbs.future-converter</groupId> <artifactId>future-converter-java8-guava</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>