-
-
Notifications
You must be signed in to change notification settings - Fork 640
/
pom.xml
44 lines (38 loc) · 1.34 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
38
39
40
41
42
43
44
<!--
~ Copyright LWJGL. All rights reserved.
~ License terms: https://www.lwjgl.org/license
This file is only useful for tracking GitHub projects that depend on LWJGL.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<version>3.3.3</version>
<name>LWJGL</name>
<description>The LWJGL core library.</description>
<url>https://www.lwjgl.org</url>
<licenses>
<license>
<name>BSD-3-Clause</name>
<url>https://www.lwjgl.org/license</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>spasi</id>
<name>Ioannis Tsakpinis</name>
<email>[email protected]</email>
<url>https://github.com/Spasi</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/LWJGL/lwjgl3.git</connection>
<developerConnection>scm:git:https://github.com/LWJGL/lwjgl3.git</developerConnection>
<url>https://github.com/LWJGL/lwjgl3.git</url>
</scm>
</project>