-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnectivity-sdk.pom
27 lines (27 loc) · 1.19 KB
/
connectivity-sdk.pom
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
<?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 https://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.vuzix</groupId>
<artifactId>connectivity-sdk</artifactId>
<version>1.3.0</version>
<packaging>aar</packaging>
<url>https://vuzix.github.io/connectivity-sdk</url>
<inceptionYear>2017</inceptionYear>
<organization>
<name>Vuzix Corporation</name>
<url>https://www.vuzix.com</url>
</organization>
<licenses>
<license>
<name>VUZIX® SOFTWARE DEVELOPMENT KIT LICENSE AND CONFIDENTIALITY AGREEMENT</name>
<url>https://www.vuzix.com/pages/vuzix%C2%AE-software-development-kit-license-and-confidentiality-agreement</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git://github.com/Vuzix/connectivity-sdk.git</connection>
<developerConnection>scm:git://github.com/Vuzix/connectivity-sdk.git</developerConnection>
<url>git://github.com/Vuzix/connectivity-sdk</url>
</scm>
<dependencies/>
</project>