All Downloads are FREE. Search and download functionalities are using the official Maven repository.

d.sdk.core.mastercard-sdk-core.2.2.0.source-code.bundle.xml Maven / Gradle / Ivy

Go to download

Java Core SDK for use with Masterpass Merchant Checkout Service SDK on MasterCard Developer Zone (https://developer.mastercard.com)

There is a newer version: 2.2.1
Show newest version
<assembly
	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
	<id>bundle</id>
	<formats>
		<!-- <format>tar.gz</format> -->
		<format>zip</format>
		<!-- <format>tar</format> -->
	</formats>
	<includeBaseDirectory>true</includeBaseDirectory>
	<fileSets>
		<fileSet>
			<directory>target</directory>
			<outputDirectory></outputDirectory>
		</fileSet>			
	</fileSets>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy