Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/notifications-sdk-extensions-java
https://github.com/finbourne/notifications-sdk-extensions-java
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finbourne/notifications-sdk-extensions-java
- Owner: finbourne
- License: mit
- Created: 2022-04-21T09:51:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:24:04.000Z (7 months ago)
- Last Synced: 2024-06-24T14:59:39.645Z (7 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# LUSID® Notifications Java SDK Extensions
These are the Java SDK Extensions to accompany the [Java SDK (Preview) for the Notifications application](https://github.com/finbourne/notifications-sdk-java-preview).
This extensions package provides the user with additional extensions to make it easy to configure and use the API endpoints.
The Notifications application is part of the [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology) platform. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup).
For more details on other applications in the LUSID platform, see [Understanding all the applications in the LUSID platform](https://support.lusid.com/knowledgebase/article/KA-01787/en-us).
## Installation
Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml
```
...
osssrh
OSSRH
https://oss.sonatype.org/content/repositories/snapshots/
com.finbourne
notifications-sdk-extensions
{INSERT VERSION}
...
...```