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

org.codehaus.mojo.natives.msvc.Community2017x64EnvFactory Maven / Gradle / Ivy

package org.codehaus.mojo.natives.msvc;

import org.codehaus.mojo.natives.NativeBuildException;

import java.util.Map;

public class Community2017x64EnvFactory extends AbstractCommunityEnvFactory
{

    @Override
    protected Map createEnvs()
            throws NativeBuildException
    {
        return this.createEnvs( "15.0", "x64" );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy