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

org.codehaus.mojo.natives.linker.Ranlib Maven / Gradle / Ivy

The newest version!
package org.codehaus.mojo.natives.linker;

import java.io.File;

import org.codehaus.mojo.natives.NativeBuildException;

public interface Ranlib
{
    String ROLE = Ranlib.class.getName();

    void run( File file )
        throws NativeBuildException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy