#1212 has introduced new java libraries in nokogiri. It would be nice if we can include their versions in the output of `nokogiri -v`: 1. [xalan-j](http://xalan.apache.org/xalan-j/apidocs/org/apache/xalan/Version.html) 2. [serializer.jar](http://xalan.apache.org/xalan-j/apidocs/org/apache/xml/serializer/Version.html) 3. [xml-apis.jar] Found this class could be relevant `org/apache/xmlcommons/Version.class` This leaves the following dependencies with no way to get their versions at runtime afaik: 1. isorelax.jar 2. jing.jar 3. nekodtd.jar While we are at it, we should add a `README` to the lib directory explaining how each dependency is used and which jars need to be upgraded together.