-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
48 lines (41 loc) · 1.87 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
41
42
43
44
45
46
47
48
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.birddevelper</groupId>
<artifactId>salmos-report-spring-boot-starter</artifactId>
<version>2.1.1</version>
<name>Salmos Report</name>
<description>
Salmos Report is a spring boot library that helps make beautiful html table, xml document, pdf document or any other format you wish from SQL query or Arrays and Lists. Until now, it can produce Html, xml, pdf document and custom format report .
</description>
<url>https://github.com/birddevelper/salmos-report-spring-boot-starter</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id></id>
<name>M.Shaeri</name>
<email></email>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:[email protected]:birddevelper/salmos-report-spring-boot-starter.git</connection>
<developerConnection>scm:git:ssh://github.com:birddevelper/salmos-report-spring-boot-starter.git</developerConnection>
<url>https://github.com/birddevelper/salmos-report-spring-boot-starter/tree/master</url>
</scm>
</project>