Package org.spockframework.util
Class GroovyReleaseInfo
- java.lang.Object
-
- org.spockframework.util.GroovyReleaseInfo
-
public class GroovyReleaseInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GroovyReleaseInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getArtifactPath()
static VersionNumber
getVersion()
-
-
-
Method Detail
-
getVersion
public static VersionNumber getVersion()
-
getArtifactPath
public static java.lang.String getArtifactPath()
-
-