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

io.percy.selenium.Cache Maven / Gradle / Ivy

There is a newer version: 2.0.6-beta.0
Show newest version
package io.percy.selenium;

import java.util.HashMap;
import java.util.Map;
public class Cache {
    public static final Map CACHE_MAP = new HashMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy