I reading the following link about accessing documents via get() method.
bucket.get() - here what is bucket class type and what is the maven dependency to pull that class.
Observable<JsonDocument> loadedFromId = bucket.get(“id”);
Observable<JsonDocument> loadedFromDoc = bucket.get(JsonDocument.create(“id”));