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

org.apache.subversion.javahl.NativeResources Maven / Gradle / Ivy

There is a newer version: 1.10.11
Show newest version
package org.apache.subversion.javahl;

import org.apache.subversion.javahl.types.Version;

public class NativeResources {

    public static Version getVersion() {
        return null;
    }

    public static void loadNativeLibrary() {
        //see SVNKIT-662 for details
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy