Maven Repository - POM file for Android asne-core 0.3.1 0.3.1

Summary

ASNE Core.

Android Library connecting social networks to your project easily, just add necessary.

Declaration

Here is the list of declaration for asne-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.asne</groupId>
   <artifactId>asne-core</artifactId>
   <version>0.3.1</version>
</dependency>

If you think this Maven repository POM file listing for asne-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The MIT License (MIT)
URL: http://opensource.org/licenses/MIT.





POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.asne</groupId>
  <artifactId>asne-core</artifactId>
  <version>0.3.1</version>
  <packaging>aar</packaging>
  <name>ASNE Core</name>
  <description>Android Library connecting social networks to your project easily, just add necessary</description>
  <url>https://github.com/gorbin/ASNE</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git@github.com:gorbin/ASNE.git</connection>
    <developerConnection>scm:git@github.com:gorbin/ASNE.git</developerConnection>
    <url>https://github.com/gorbin/ASNE</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>20.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>