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

com.cj.jshintmojo.jshint.EmbeddedJshintCode Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.cj.jshintmojo.jshint;

import java.util.Collections;
import java.util.HashMap;
import java.util.Map;

public class EmbeddedJshintCode {
    public static final Map EMBEDDED_VERSIONS = Collections.unmodifiableMap(new HashMap(){{
        put("2.4.1", "jshint-rhino-2.4.1.js");
        put("2.1.9", "jshint-rhino-2.1.9.js");
        put("r12", "jshint-r12.js");
    }});
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy