MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getProductVersion

Method getProductVersion

src/main/java/org/htmlunit/Version.java:73–75  ·  view source on GitHub ↗

Returns the current implementation version. @return the current implementation version

()

Source from the content-addressed store, hash-verified

71 * @return the current implementation version
72 */
73 public static String getProductVersion() {
74 return Version.class.getPackage().getImplementationVersion();
75 }
76
77 /**
78 * Returns the copyright notice.

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected