com.epam.jdi.light.driver.get.Platform Maven / Gradle / Ivy
package com.epam.jdi.light.driver.get;
/**
* Created by Roman Iovlev on 02.19.2019
* Email: [email protected]; Skype: roman.iovlev
*/
public enum Platform {
X32, X64
}
package com.epam.jdi.light.driver.get;
/**
* Created by Roman Iovlev on 02.19.2019
* Email: [email protected]; Skype: roman.iovlev
*/
public enum Platform {
X32, X64
}