-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpropels-core-1.0.7.pom
36 lines (35 loc) · 1.03 KB
/
propels-core-1.0.7.pom
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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.nicholas22</groupId>
<artifactId>propels-core</artifactId>
<packaging>jar</packaging>
<name>propels</name>
<version>1.0.2</version>
<description>The Scala port of the JPropel library</description>
<url>https://github.com/nicholas22/propels</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>git://github.com/nicholas22/propels.git</connection>
<url>https://github.com/nicholas22/propels</url>
</scm>
<developers>
<developer>
<id>nicholas22</id>
<name>Nick Tountas</name>
<email>[email protected]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.nicholas22</groupId>
<artifactId>propel-core</artifactId>
<version>1.0.7</version>
</dependency>
</dependencies>
</project>