File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ You can access the RI by adding the following Maven dependencies:
24
24
<dependency >
25
25
<groupId >org.javamoney</groupId >
26
26
<artifactId >moneta</artifactId >
27
- <version >1.4.3 </version >
27
+ <version >1.4.4 </version >
28
28
<type >pom</type >
29
29
</dependency >
30
30
```
31
31
32
32
The same for Gradle:
33
33
``` groovy
34
- compile group: 'org.javamoney', name: 'moneta', version: '1.4.3 ', ext: 'pom'
34
+ compile group: 'org.javamoney', name: 'moneta', version: '1.4.4 ', ext: 'pom'
35
35
```
36
36
37
37
SBT:
38
38
``` scala
39
- libraryDependencies += " org.javamoney" % " moneta" % " 1.4.3 " pomOnly()
39
+ libraryDependencies += " org.javamoney" % " moneta" % " 1.4.4 " pomOnly()
40
40
```
41
41
42
42
The release artifacts are accessible from the [ Maven Central] ( https://mvnrepository.com/artifact/org.javamoney/moneta/ ) .
You can’t perform that action at this time.
0 commit comments