File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,18 @@ Novu's API exposes the entire Novu features via a standardized programmatic inte
4545<dependency >
4646 <groupId >co.novu</groupId >
4747 <artifactId >novu-java</artifactId >
48- <version >1.1 .0</version >
48+ <version >1.2 .0</version >
4949</dependency >
5050```
51- Then run ` mnv install ` .
5251
5352** Gradle users:**
5453``` gradle
5554// add dependency
5655dependencies {
57- implementation 'co.novu:novu-java:1.1 .0'
56+ implementation 'co.novu:novu-java:1.2 .0'
5857}
5958```
60- then run ` gradlew build `
59+ Sync your project, and you should have the artifacts downloaded.
6160
6261## Usage
6362
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >co.novu</groupId >
1212 <artifactId >novu-java</artifactId >
13- <version >1.1 .0</version >
13+ <version >1.2 .0</version >
1414 <packaging >jar</packaging >
1515 <name >${project.groupId} :${project.artifactId} </name >
16- <description >Java SDK for Novu - The open-source notification infrastructure for engineers </description >
16+ <description >Java SDK for Novu - The open-source notification infrastructure for developers </description >
1717 <url >https://github.com/novuhq/novu-java</url >
1818
1919 <licenses >
You can’t perform that action at this time.
0 commit comments