Download xchange-openexchangerates-1.10.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.xeiam.xchange/xchange-openexchangerates/pom.properties
META-INF/maven/com.xeiam.xchange/xchange-openexchangerates/pom.xml
com.xeiam.xchange.oer.OER.class
com.xeiam.xchange.oer.OERAdapters.class
com.xeiam.xchange.oer.OERExchange.class
com.xeiam.xchange.oer.OERUtils.class
com.xeiam.xchange.oer.dto.marketdata.OERTickers.class
com.xeiam.xchange.oer.dto.marketdata.Rates.class
com.xeiam.xchange.oer.service.polling.OERPollingMarketDataService.class

Pom

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

	<name>XChange Open Exchange Rates</name>
	<description>XChange implementation for Open Exchange Rates</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-openexchangerates</artifactId>
   <version>1.10.0</version>
</dependency>

Download

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




PreviousNext

Related