Download xchange-bitstamp-1.10.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.xeiam.xchange/xchange-bitstamp/pom.properties
META-INF/maven/com.xeiam.xchange/xchange-bitstamp/pom.xml
com.xeiam.xchange.bitstamp.Bitstamp.class
com.xeiam.xchange.bitstamp.BitstampAdapters.class
com.xeiam.xchange.bitstamp.BitstampAuthenticated.class
com.xeiam.xchange.bitstamp.BitstampExchange.class
com.xeiam.xchange.bitstamp.BitstampUtils.class
com.xeiam.xchange.bitstamp.dto.account.BitstampBalance.class
com.xeiam.xchange.bitstamp.dto.marketdata.BitstampOrderBook.class
com.xeiam.xchange.bitstamp.dto.marketdata.BitstampTicker.class
com.xeiam.xchange.bitstamp.dto.marketdata.BitstampTransaction.class
com.xeiam.xchange.bitstamp.dto.trade.BitstampOrder.class
com.xeiam.xchange.bitstamp.dto.trade.BitstampUserTransaction.class
com.xeiam.xchange.bitstamp.service.BitstampDigest.class
com.xeiam.xchange.bitstamp.service.polling.BitstampPollingAccountService.class
com.xeiam.xchange.bitstamp.service.polling.BitstampPollingMarketDataService.class
com.xeiam.xchange.bitstamp.service.polling.BitstampPollingTradeService.class
com.xeiam.xchange.bitstamp.util.BitstampTransactionTypeDeserializer.class

Pom

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

	<name>XChange Bitstamp</name>
	<description>XChange implementation for the Bitstamp 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-bitstamp</artifactId>
   <version>1.10.0</version>
</dependency>

Download

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




PreviousNext

Related