Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #84 from proshin-roman/56
Browse files Browse the repository at this point in the history
#56 Publish the library in Maven central repo
  • Loading branch information
proshin-roman committed Dec 9, 2018
2 parents 387290a + 26d0583 commit cbd1282
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ The project is following the next principles (it is a subset of [those ones](htt

## How to use

[TO BE DONE] The library will be published in Maven Central repository.
Just add the following lines into your `pom.xml`
```!xml
<dependency>
<groupId>org.proshin</groupId>
<artifactId>finapi-java-client</artifactId>
<version>${version}</version>
</dependency>
```
You can find the latest `version` on [`Releases`](https://github.com/proshin-roman/finapi-java-client/releases) page.

## Implementation status

Expand Down

0 comments on commit cbd1282

Please sign in to comment.