Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 8057f30

Browse files
committed
Add POM file for GitHub dependency graph
1 parent 2a38d42 commit 8057f30

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>de.kaleidox</groupId>
6+
<artifactId>vban</artifactId>
7+
<version>0.3.2</version>
8+
<name>VBAN-API</name>
9+
<description>Java 7 compatible Library for communicating with the VB-Audio VBAN interface</description>
10+
<inceptionYear>2019</inceptionYear>
11+
<licenses>
12+
<license>
13+
<name>The Apache License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
</license>
16+
</licenses>
17+
<developers>
18+
<developer>
19+
<id>burdoto</id>
20+
<name>Tobias Burdow</name>
21+
<email>burdoto@outlook.com</email>
22+
</developer>
23+
</developers>
24+
</project>

0 commit comments

Comments
 (0)