Skip to content

Commit

Permalink
Added link to mave
Browse files Browse the repository at this point in the history
  • Loading branch information
catap committed Dec 24, 2021
1 parent b324c65 commit fdb6ebe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is highly optimized implementation of BigInteger on scala for scala, scala-js and scala-native.

You can use it as
```
libraryDependencies += "pt.kcry" %%% "biginteger" % "x.x.x"
```
The latest version is ![maven-central]

As the base it is used scala-js implementation that was ported from java by Alistair Johnson
that is technically GWT/Harmony/IBM JDK implementation.

Expand Down Expand Up @@ -43,3 +49,5 @@ Short summary:

Full version also available as [jmh-result.json](jmh-result.json)
or via [JMH Visualizer](https://jmh.morethan.io/?gist=70a1ff7e2e4fa8b0102219e99f64b00a).

[maven-central]: https://img.shields.io/maven-central/v/pt.kcry/biginteger_2.13?style=flat-square

0 comments on commit fdb6ebe

Please sign in to comment.