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

.automerge.0.0.2.source-code.BuildInfo Maven / Gradle / Ivy

package org.automerge;

class BuildInfo {
    public static String getExpectedRustLibVersion() {
        // Gradle replaces this with the version of the rust library this java library was built against
        return "0.1.0";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy