-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
42 lines (36 loc) · 1009 Bytes
/
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
<!--
POM.xml file IS NOT READY
We're still working on it
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.abumq</groupId>
<artifactId>residue</artifactId>
<version>1.0.0-beta.2</version>
<packaging>jar</packaging>
<name>Residue</name>
<description>Java library to interact with residue seamlessly.</description>
<url>https://github.com/abumq/residue</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/abumq/residue-java/blob/master/LICENCE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/abumq/residue-java/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.56</version>
</dependency>
</dependencies>
</project>