org.apache.subversion.javahl.NativeResources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svnkit-javahl16 Show documentation
Show all versions of svnkit-javahl16 Show documentation
SVNKit Java(tm) Subversion JavaHL API implementation
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
}
}