A synonym for version(name).
Detailed NetSA version build information, if available in jar properties.
Detailed NetSA version build information, if available in jar
properties. For example,
Some("build-2.12.15-2.4.8-3.3.1-netsa_util"). While you may be
able to deduce some information from this string (for example, the
versions of Scala, Spark, and Hadoop used for the build above),
the format of this value is not guaranteed, and along with the
version number, this should generally be treated as an opaque
identifier of the build for debugging purposes.
CERT NetSA version information from jar properties.
CERT NetSA version information from jar properties. Given the name
of a NetSA artifact (such as "netsa-util"), returns
Some("<version-number>") if the version number is found, or
None if not. For example, Some("1.5.0").
Information about versions of CERT NetSA jar files on the classpath, for identification and debugging purposes. This is based on the presence of resources under
/org/cert/netsa/versionInfo/<name>.propertieswhich are created automatically at build time.