Download xchange-btce-1.10.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.xeiam.xchange/xchange-btce/pom.properties
META-INF/maven/com.xeiam.xchange/xchange-btce/pom.xml
com.xeiam.xchange.btce.BTCE.class
com.xeiam.xchange.btce.BTCEAdapters.class
com.xeiam.xchange.btce.BTCEAuthenticated.class
com.xeiam.xchange.btce.BTCEExchange.class
com.xeiam.xchange.btce.BTCEUtils.class
com.xeiam.xchange.btce.dto.account.BTCEAccountInfo.class
com.xeiam.xchange.btce.dto.account.BTCEAccountInfoReturn.class
com.xeiam.xchange.btce.dto.marketdata.BTCEDepth.class
com.xeiam.xchange.btce.dto.marketdata.BTCEReturn.class
com.xeiam.xchange.btce.dto.marketdata.BTCETicker.class
com.xeiam.xchange.btce.dto.marketdata.BTCETickerObject.class
com.xeiam.xchange.btce.dto.marketdata.BTCETrade.class
com.xeiam.xchange.btce.dto.trade.BTCECancelOrderResult.class
com.xeiam.xchange.btce.dto.trade.BTCECancelOrderReturn.class
com.xeiam.xchange.btce.dto.trade.BTCEOpenOrdersReturn.class
com.xeiam.xchange.btce.dto.trade.BTCEOrder.class
com.xeiam.xchange.btce.dto.trade.BTCEPlaceOrderResult.class
com.xeiam.xchange.btce.dto.trade.BTCEPlaceOrderReturn.class
com.xeiam.xchange.btce.dto.trade.BTCETradeHistoryResult.class
com.xeiam.xchange.btce.dto.trade.BTCETradeHistoryReturn.class
com.xeiam.xchange.btce.service.BTCEHmacPostBodyDigest.class
com.xeiam.xchange.btce.service.polling.BTCEBasePollingService.class
com.xeiam.xchange.btce.service.polling.BTCEPollingAccountService.class
com.xeiam.xchange.btce.service.polling.BTCEPollingMarketDataService.class
com.xeiam.xchange.btce.service.polling.BTCEPollingTradeService.class

Pom

xchange-btce-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-btce</artifactId>

	<name>XChange BTCE</name>
	<description>XChange implementation for the BTC-E 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-btce</artifactId>
   <version>1.10.0</version>
</dependency>

Download

If you think the following xchange-btce-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-btce-1.10.0.jar file




PreviousNext

Related