When I git clone this repo to my macos, I found the Maven can't index the lance-core module, the specific version in this repo is 0.25.3. But the Maven Central repo latest jar is 0.25.1: https://mvnrepository.com/artifact/com.lancedb/lance-core.
How can I get the 0.25.3 version lance-core jar?
I also can't get lance-catalog-apache-client jar, the Maven Central repo doesn't contain it.
When I git clone this repo to my macos, I found the Maven can't index the
lance-core
module, the specific version in this repo is 0.25.3. But the Maven Central repo latest jar is 0.25.1: https://mvnrepository.com/artifact/com.lancedb/lance-core.How can I get the 0.25.3 version
lance-core
jar?I also can't get
lance-catalog-apache-client
jar, the Maven Central repo doesn't contain it.Thanks.