the8472 / mldht

Bittorrent Mainline DHT implementation in java
Mozilla Public License 2.0
147 stars 45 forks source link

publish to maven central #15

Closed kg6zvp closed 6 years ago

kg6zvp commented 6 years ago

Many folks use Maven or gradle for dependency resolution and not having this library available through maven is a barrier to adoption in this DevOPs-centered world.

the8472 commented 6 years ago

The maven central registration workflow seems onerous and involves some waiting for humans to judge your registration. Since I don't need the library as maven dependency myself I'm not quite motivated to go through that.

How about other maven repos? jitpack? jcentral?

kg6zvp commented 6 years ago

Maven Central is always preferable, but I wouldn't mind configuring another repo like jitpack or jcentral if you're willing to publish your library on there.

If you'd like help submitting either to Maven Central or another repo, let me know.

Thanks for your consideration.

the8472 commented 6 years ago

linked repos in the readme, see if things work for you. you can use the jitpack one to depend on current master.

kg6zvp commented 6 years ago

Thanks! Like I said, I don't mind helping out if you need it.