forked from sephiroth74/ImageViewZoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
37 lines (37 loc) · 1.38 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>it.sephiroth.android.library.imagezoom</groupId>
<artifactId>imagezoom</artifactId>
<version>1.0.5-SNAPSHOT</version>
<packaging>aar</packaging>
<name>ImageViewZoom</name>
<description>Android ImageView widget with zoom and pan capabilities</description>
<url>http://blog.sephiroth.it</url>
<inceptionYear>2012</inceptionYear>
<licenses>
<license>
<name>MIT license</name>
<url>http://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>sephiroth74</id>
<name>Alessandro Crugnola</name>
<email>[email protected]</email>
<url>http://blog.sephiroth.it</url>
<roles>
<role>author</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:sephiroth74/ImageViewZoom.git</connection>
<developerConnection>scm:git:[email protected]:sephiroth74/ImageViewZoom.git</developerConnection>
<url>https://github.com/sephiroth74/ImageViewZoom</url>
</scm>
</project>