Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/lwjgl3
Path: blob/wip/rebase_3.3.3/pom.xml
2570 views
1
<!--
2
~ Copyright LWJGL. All rights reserved.
3
~ License terms: https://www.lwjgl.org/license
4
5
This file is only useful for tracking GitHub projects that depend on LWJGL.
6
-->
7
<project
8
xmlns="http://maven.apache.org/POM/4.0.0"
9
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
11
>
12
<modelVersion>4.0.0</modelVersion>
13
14
<groupId>org.lwjgl</groupId>
15
<artifactId>lwjgl</artifactId>
16
<version>3.2.3</version>
17
18
<name>LWJGL</name>
19
<description>The LWJGL core library.</description>
20
<url>https://www.lwjgl.org</url>
21
22
<licenses>
23
<license>
24
<name>BSD-3-Clause</name>
25
<url>https://www.lwjgl.org/license</url>
26
<distribution>repo</distribution>
27
</license>
28
</licenses>
29
30
<developers>
31
<developer>
32
<id>spasi</id>
33
<name>Ioannis Tsakpinis</name>
34
<email>[email protected]</email>
35
<url>https://github.com/Spasi</url>
36
</developer>
37
</developers>
38
39
<scm>
40
<connection>scm:git:https://github.com/LWJGL/lwjgl3.git</connection>
41
<developerConnection>scm:git:https://github.com/LWJGL/lwjgl3.git</developerConnection>
42
<url>https://github.com/LWJGL/lwjgl3.git</url>
43
</scm>
44
</project>
45