I\'m trying to use a Java library (no source code available) which defines some xxx.xxx.object package. Scala complains about the presence of \"object\" in
Wrapping the object in a ` (the quote next to 1) should work.
xxx.xxx.`object`