We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a56e commit 0f7c664Copy full SHA for 0f7c664
1 file changed
README.md
@@ -7,6 +7,19 @@ IEEE-754r (IEEE-754-2008) decimal byte representations.
7
[](https://travis-ci.com/FirebirdSQL/decimal-java)
8
[](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/)
9
10
+Maven
11
+-----
12
+
13
+Get decimal-java from Maven:
14
15
+```xml
16
+<dependency>
17
+ <groupId>org.firebirdsql</groupId>
18
+ <artifactId>decimal-java</artifactId>
19
+ <version>1.0.0-RC-1</version>
20
+</dependency>
21
+```
22
23
License
24
-------
25
0 commit comments