org.whitesource.agent.api.AgentApiVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wss-agent-api Show documentation
Show all versions of wss-agent-api Show documentation
Java bindings for White Source API
package org.whitesource.agent.api;
/**
* @author eRez Huberman
**/
public class AgentApiVersion {
public static final double AGENT_API_VERSION_2_9_8 = 2.98;
}