File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 6
6
<artifactId >exceptionless-client</artifactId >
7
7
<version >0.1.0-SNAPSHOT</version >
8
8
9
+ <name >Exceptionless Java Client</name >
10
+ <description >Java client library to send events to an Exceptionless server</description >
11
+ <url >https://github.com/exceptionless/Exceptionless.Java</url >
12
+
13
+ <licenses >
14
+ <license >
15
+ <name >The Apache License, Version 2.0</name >
16
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
17
+ </license >
18
+ </licenses >
19
+
20
+ <developers >
21
+ <developer >
22
+ <name >Prashant Chaubey</name >
23
+ <email >prashantchaubey9795@gmail.com</email >
24
+ <organization >Exceptionless</organization >
25
+ <organizationUrl >https://github.com/exceptionless</organizationUrl >
26
+ <timezone >UTC+05:30</timezone >
27
+ </developer >
28
+ </developers >
29
+
9
30
<dependencies >
10
31
<dependency >
11
32
<groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments