Class Library

java.lang.Object
net.finmath.information.Library

public class Library extends Object
Provides information on the finmath-lib library, e.g., the version.
Version:
1.0
Author:
Christian Fries
  • Method Details

    • getVersionString

      public static String getVersionString()
      Return the version string of this instance of finmath-lib.
      Returns:
      The version string of this instance of finmath-lib.
    • getBuildString

      public static String getBuildString()
      Return the build string of this instance of finmath-lib. Currently this is the Git commit hash.
      Returns:
      The build string of this instance of finmath-lib.