MCPcopy Index your code
hub / github.com/apache/groovy / getVersion

Method getVersion

src/main/java/groovy/lang/GroovySystem.java:125–127  ·  view source on GitHub ↗

Returns the groovy version

()

Source from the content-addressed store, hash-verified

123 * Returns the groovy version
124 */
125 public static String getVersion() {
126 return ReleaseInfo.getVersion();
127 }
128
129 /**
130 * Returns the major and minor part of the groovy version excluding the point/patch part of the version.

Callers 6

getLanguageVersionMethod · 0.95
getParameterMethod · 0.95
getShortVersionMethod · 0.95
getVersionMethod · 0.95
getVersionMethod · 0.95

Calls 1

getVersionMethod · 0.95

Tested by

no test coverage detected