Skip to content

Commit 0b64253

Browse files
committed
add pom.xml
1 parent aafcc90 commit 0b64253

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.github.micycle1</groupId>
6+
<artifactId>PThreading</artifactId>
7+
<version>1.1.0</version>
8+
<packaging>jar</packaging>
9+
<name>PThreading</name>
10+
<url>https://github.com/micycle1/PThreading</url>
11+
12+
<dependencies>
13+
<dependency>
14+
<groupId>org.processing</groupId>
15+
<artifactId>core</artifactId>
16+
<version>3.3.7</version>
17+
</dependency>
18+
</dependencies>
19+
</project>

0 commit comments

Comments
 (0)