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

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

There is a newer version: 1.69
Show newest version
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 = 1;
  public static final int ASTF_API_VERSION_MINOR = 7;
  public static final int STL_API_VERSION_MAJOR = 4;
  public static final int STL_API_VERSION_MINOR = 6;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy