You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Novu's API exposes the entire Novu features via a standardized programmatic interface. Please refer to the full [documentation](https://docs.novu.co/docs/overview/introduction) to learn more.
18
-
15
+
The [Novu Java](https://novu.co) SDK provides a fluent and expressive interface for interacting with [Novu's API](https://docs.novu.co/api-reference/overview) and managing notifications. Please refer to the full [documentation](https://docs.novu.co/docs/overview/introduction) to learn more.
19
16
20
17
## Contents
21
18
@@ -49,15 +46,15 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
49
46
<dependency>
50
47
<groupId>co.novu</groupId>
51
48
<artifactId>novu-java</artifactId>
52
-
<version>1.4.0</version>
49
+
<version>1.5.0</version>
53
50
</dependency>
54
51
```
55
52
56
53
**Gradle users:**
57
54
```gradle
58
55
// add dependency
59
56
dependencies {
60
-
implementation 'co.novu:novu-java:1.4.0'
57
+
implementation 'co.novu:novu-java:1.5.0'
61
58
}
62
59
```
63
60
Sync your project, and you should have the artifacts downloaded.
0 commit comments