Download ons-client-1.1.5.jar file

Introduction

You can download ons-client-1.1.5.jar in this page.

License

Open Source

Type List

ons-client-1.1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.aliyun.openservices/ons-client/pom.properties
META-INF/maven/com.aliyun.openservices/ons-client/pom.xml
com.aliyun.openservices.ons.api.impl.ONSFactoryImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.ClientRPCHook.class
com.aliyun.openservices.ons.api.impl.rocketmq.ConsumerImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.FAQ.class
com.aliyun.openservices.ons.api.impl.rocketmq.ONSClientAbstract.class
com.aliyun.openservices.ons.api.impl.rocketmq.ONSUtil.class
com.aliyun.openservices.ons.api.impl.rocketmq.OrderConsumerImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.OrderProducerImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.ProducerImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.SessionCredentials.class
com.aliyun.openservices.ons.api.impl.rocketmq.TransactionProducerImpl.class
com.aliyun.openservices.ons.api.impl.rocketmq.spas.SigningAlgorithm.class
com.aliyun.openservices.ons.api.impl.rocketmq.spas.SpasException.class
com.aliyun.openservices.ons.api.impl.rocketmq.spas.SpasSigner.class
log4j_rocketmq_client.xml
logback_rocketmq_client.xml

Pom

ons-client-1.1.5.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<parent>
		<groupId>com.aliyun.openservices</groupId>
		<artifactId>ons-all</artifactId>
		<version>1.1.5</version>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<packaging>jar</packaging>
	<artifactId>ons-client</artifactId>
	<name>ons-client ${project.version}</name>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>com.alibaba.rocketmq</groupId>
			<artifactId>rocketmq-client</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
		</dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>ons-api</artifactId>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.aliyun.openservices</groupId>
   <artifactId>ons-client</artifactId>
   <version>1.1.5</version>
</dependency>

Download

If you think the following ons-client-1.1.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ons-client-1.1.5.jar file




PreviousNext

Related