Skip to content

Commit 0f7c664

Browse files
committed
Add Maven dependency documentation
1 parent 255a56e commit 0f7c664

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ IEEE-754r (IEEE-754-2008) decimal byte representations.
77
[![Build Status](https://travis-ci.com/FirebirdSQL/decimal-java.svg?branch=master)](https://travis-ci.com/FirebirdSQL/decimal-java)
88
[![MavenCentral](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/)
99

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+
1023
License
1124
-------
1225

0 commit comments

Comments
 (0)