Kryonet Usage Issue

I am trying to download Kryonet and use it, probably following a tutorial or example, but cannot figure out how to get it working.

I go to https://github.com/EsotericSoftware/kryonet/tree/master/build because that is the most recent build of Kryonet (I think right?). I download all of those jars and add them to my build path.

But then only some imports work and not others, specifically com.esotericsoftware.kryo.whatever works but com.esotericsoftware.kryonet.whatever does not work. That is because within the Kryo - 2.20.jar it does not have a com.esotericsoftware.kryonet, but in the examples such as this one :


They import classes from com.esotericsoftware.kryonet

Also if you download the source it contains com.esotericsoftware.kryonet but it does not contain com.esotericsoftware.kryo

Thanks to anyone who helps!

See the releases page:

Thanks man, +1