InstantWebP2P / tweetnacl-java

TweetNaCl in Java - a port of TweetNaCl-js
https://instantwebp2p.github.io/tweetnacl-java
MIT License
45 stars 28 forks source link

Can you please publish this library to Maven Central? #28

Closed 4ig closed 1 year ago

4ig commented 1 year ago

Thank you for implementing this library! It's great! Is there a reason it is not published to Maven Central? Can I help in it in any way?

Shpota commented 1 year ago

If anyone needs it, I made a fork and published it to Maven Central.

Gradle

implementation 'org.sol4k:tweetnacl:0.1.5'

Maven

<dependency>
    <groupId>org.sol4k</groupId>
    <artifactId>tweetnacl</artifactId>
    <version>0.1.5</version>
</dependency>
sequoiar commented 1 year ago

@Shpota Not sure if you can open a pull request for it. thx.