EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

API documentation and source in Maven #146

Open thhart opened 6 years ago

thhart commented 6 years ago

Hi, I am checking your library. However I can not find API documentation nor source when checking out via Maven. I am using Intellij Idea to fetch the library via a pom file, usually this is not an issue with other libraries, so I am afraid the doc and source is not provided there.

krissrex commented 5 years ago

Also, Maven Central has only 2.22.0-RC1, not the last stable 2.21.0. There is no mention of the changes nor stability of the RC1 anywhere. Version 2.21.0 can be found here: https://clojars.org/repo/kryonet/kryonet/

NathanSweet commented 5 years ago

@magro Is the source/javadoc included in the Maven distribution?