Download xchange-campbx-1.10.0.jar file

Introduction

You can download xchange-campbx-1.10.0.jar in this page.

License

Open Source

Type List

xchange-campbx-1.10.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.xeiam.xchange/xchange-campbx/pom.properties
META-INF/maven/com.xeiam.xchange/xchange-campbx/pom.xml
com.xeiam.xchange.campbx.CampBX.class
com.xeiam.xchange.campbx.CampBXAdapters.class
com.xeiam.xchange.campbx.CampBXExchange.class
com.xeiam.xchange.campbx.CampBXUtils.class
com.xeiam.xchange.campbx.dto.CampBXOrder.class
com.xeiam.xchange.campbx.dto.CampBXResponse.class
com.xeiam.xchange.campbx.dto.account.MyFunds.class
com.xeiam.xchange.campbx.dto.marketdata.CampBXOrderBook.class
com.xeiam.xchange.campbx.dto.marketdata.CampBXTicker.class
com.xeiam.xchange.campbx.dto.trade.MyOpenOrders.class
com.xeiam.xchange.campbx.service.polling.CampBXPollingAccountService.class
com.xeiam.xchange.campbx.service.polling.CampBXPollingMarketDataService.class
com.xeiam.xchange.campbx.service.polling.CampBXPollingTradeService.class

Pom

xchange-campbx-1.10.0.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">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.xeiam.xchange</groupId>
		<artifactId>xchange-parent</artifactId>
		<version>1.10.0</version>
	</parent>

	<artifactId>xchange-campbx</artifactId>

	<name>XChange CampBX</name>
	<description>XChange implementations for the CampBX Exchange.</description>

	<url>http://xeiam.com</url>
	<inceptionYear>2012</inceptionYear>

	<organization>
		<name>Xeiam, LLC</name>
		<url>http://xeiam.com</url>
	</organization>

	<!-- Parent provides default configuration for dependencies -->
	<dependencies>

		<dependency>
			<groupId>com.xeiam.xchange</groupId>
			<artifactId>xchange-core</artifactId>
			<version>1.10.0</version>
		</dependency>

	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.xeiam.xchange</groupId>
   <artifactId>xchange-campbx</artifactId>
   <version>1.10.0</version>
</dependency>

Download

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



Download xchange-campbx-1.10.0.jar file




PreviousNext

Related