Skip to content

Commit

Permalink
Fixed #401
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 27, 2024
1 parent 438e24a commit 3415a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ You can access the RI by adding the following Maven dependencies:
<dependency>
<groupId>org.javamoney</groupId>
<artifactId>moneta</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<type>pom</type>
</dependency>
```

The same for Gradle:
```groovy
compile group: 'org.javamoney', name: 'moneta', version: '1.4.3', ext: 'pom'
compile group: 'org.javamoney', name: 'moneta', version: '1.4.4', ext: 'pom'
```

SBT:
```scala
libraryDependencies += "org.javamoney" % "moneta" % "1.4.3" pomOnly()
libraryDependencies += "org.javamoney" % "moneta" % "1.4.4" pomOnly()
```

The release artifacts are accessible from the [Maven Central](https://mvnrepository.com/artifact/org.javamoney/moneta/).
Expand Down

0 comments on commit 3415a66

Please sign in to comment.