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

napi.web3j-openapi-codegen.0.0.3.source-code.versions.gradle Maven / Gradle / Ivy

There is a newer version: 4.8.4
Show newest version
ext {
    loadPropsFromFile = { String path ->
        def props = new Properties()
        def propsFile = file(path)
        if (propsFile.exists()) {
            propsFile.withReader { reader ->
                props.load(reader)
            }
        }
        props
    }
    versions = loadPropsFromFile("../versions.properties")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy