Download integration-android-2.0.jar file

Introduction

You can download integration-android-2.0.jar in this page.

License

Apache License, Version 2.0

Type List

integration-android-2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/de.schildbach.wallet/integration-android/pom.properties
META-INF/maven/de.schildbach.wallet/integration-android/pom.xml
de.schildbach.wallet.integration.android.BitcoinIntegration.class

Pom

integration-android-2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<artifactId>integration-android</artifactId>
	<version>2.0</version>
	<name>Bitcoin Integration for Android</name>
	<description>Library for integrating Bitcoin into other apps.</description>

	<parent>
		<groupId>de.schildbach.wallet</groupId>
		<artifactId>base</artifactId>
		<version>1</version>
	</parent>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<dependencies>

		<!-- android.*, java.*, javax.* -->
		<dependency>
			<groupId>com.google.android</groupId>
			<artifactId>android</artifactId>
			<version>2.3.3</version>
			<scope>provided</scope>
		</dependency>

	</dependencies>

	<build>
		<sourceDirectory>src</sourceDirectory>
		<plugins>
			<plugin>
				<artifactId>maven-javadoc-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<artifactId>maven-gpg-plugin</artifactId>
				<executions>
					<execution>
						<phase>verify</phase>
						<goals>
							<goal>sign</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>de.schildbach.wallet</groupId>
   <artifactId>integration-android</artifactId>
   <version>2.0</version>
</dependency>

Download

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



Download integration-android-2.0.jar file




PreviousNext

Related