Created
April 15, 2021 13:25
-
-
Save caiofaustino/ac9c536b9f1f5c13ff610f63b45da1e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.adyen.checkout</groupId> | |
%%%ARTIFACT%%% | |
%%%VERSION%%% | |
<packaging>aar</packaging> | |
%%%NAME%%% | |
%%%DESCRIPTION%%% | |
<url>https://github.com/Adyen/adyen-android</url> | |
<developers> | |
<developer> | |
<organization>Adyen N.V.</organization> | |
<organizationUrl>https://www.adyen.com/</organizationUrl> | |
</developer> | |
</developers> | |
<licenses> | |
<license> | |
<name>MIT License</name> | |
<url>https://opensource.org/licenses/MIT</url> | |
</license> | |
</licenses> | |
<scm> | |
<connection>scm:git:git://github.com/Adyen/adyen-android.git</connection> | |
<developerConnection>scm:git:git://github.com/Adyen/adyen-android.git</developerConnection> | |
<url>https://github.com/Adyen/adyen-android</url> | |
</scm> | |
%%%DEPENDENCIES%%% | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment