Skip to content

Commit 70d38c3

Browse files
committed
Updated maven central artifact in the readme
1 parent efad03c commit 70d38c3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ will help your app become exceptionless!
88

99
Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.exceptionless.io).
1010

11-
### Warning! This package is still in Beta and not yet published to Maven Central. If you need it right now feel free to contact us on [Discord]((https://discord.gg/6HxgFCx)) or create an [Issue](https://github.com/exceptionless/Exceptionless.Java/issues/new)
11+
This project is available to install through Maven.
12+
```
13+
<!-- https://mvnrepository.com/artifact/com.exceptionless/exceptionless-client -->
14+
<dependency>
15+
<groupId>com.exceptionless</groupId>
16+
<artifactId>exceptionless-client</artifactId>
17+
<version>0.1.0</version>
18+
</dependency>
19+
```
20+
Check the latest version of the library [here](https://mvnrepository.com/artifact/com.exceptionless/exceptionless-client)
1221

1322
## Show me the code
1423

0 commit comments

Comments
 (0)