I just can't find the jar file that contains the class org.bson.types.ObjectId
First, I made sure I had the correct object and package name correct: http://api.mongodb.com/java/3.1/org/bson/types/ObjectId.html
...so, org.bson.types.ObjectId is the correct package+class name...
I downloaded a couple of versions [3.0.0, 3.1.0, 3.2.0, 3.2.2, 3.3.0] from here: https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver/
I explode them (unzip them) and I can see that the jars do contain a package org.bson.types but there is no ObjectId class in there (!!!).
IMPORTANT: The MondoDB page says that the BSON library is included in the mongo java driver so it should all be there I'd think; I should not have to download the bson library separately, right? See here: http://mongodb.github.io/mongo-java-driver/
I have a feeling I'll smack my forehead when someone tells me the answer (or maybe not).... Thanks for any hints!