Hi,
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>llvm-platform</artifactId>
<version>19.1.3-1.5.11-SNAPSHOT</version>
</dependency>
But Maven is unable to resolve this dependency as it turns out version 19.1.3 is not on Maven central, the latest published version being 17.0.6.
Has 19.1.3 been published, and if so how can I access it ?
Thanks !
Patrick