forked from rjolly/scas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
40 lines (39 loc) · 1.19 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
<?xml version="1.0" encoding="UTF-8"?>
<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>com.github.rjolly</groupId>
<artifactId>scas_3</artifactId>
<packaging>jar</packaging>
<version>3.0</version>
<url>https://github.com/rjolly/scas</url>
<description>Scala Algebra System</description>
<licenses>
<license>
<name>GPL</name>
<url>http://www.gnu.org/licenses/gpl.txt</url>
</license>
</licenses>
<name>scas</name>
<organization>
<name>com.github.rjolly</name>
</organization>
<scm>
<url>[email protected]:rjolly/scas.git</url>
<connection>scm:git:[email protected]:rjolly/scas.git</connection>
</scm>
<developers>
<developer>
<id>rjolly</id>
<name>Raphael Jolly</name>
<url>https://github.com/rjolly</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.14</version>
</dependency>
</dependencies>
</project>