All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cisco.trex.util.Constants Maven / Gradle / Ivy

package com.cisco.trex.util;

/** Class for constants */
public final class Constants {
  public static final String JSON_RPC_VERSION = "2.0";
  public static final int ASTF_API_VERSION_MAJOR = 2;
  public static final int ASTF_API_VERSION_MINOR = 0;
  public static final int STL_API_VERSION_MAJOR = 5;
  public static final int STL_API_VERSION_MINOR = 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy