Snapshots unavailable in maven snapshots repository

I am trying to add the dependency on a couple of libraries from ND4J project. Given prior discussions on this forum I see that the snapshots should be published under version 1.0.0-SNAPSHOT with a different group id than the one in documentation. I’ve tried these artifacts, but they seem to be unavailable in the snapshots repository.

org.eclipse.deeplearning4j:nd4j-api:1.0.0-SNAPSHOT
org.eclipse.deeplearning4j:nd4j-native:1.0.0-SNAPSHOT
org.eclipse.deeplearning4j:nd4j-onnxruntime:1.0.0-SNAPSHOT

Are we pulling incorrect artifacts? Should we instead compile the project ourselves?

Logs for reference:

Resolution failed for 2 modules:
--------------------------------------------
  org.eclipse.deeplearning4j:nd4j-api:1.0.0-SNAPSHOT 
	Not an internal Mill module: org.eclipse.deeplearning4j:nd4j-api:1.0.0-SNAPSHOT
	not found: https://central.sonatype.com/repository/maven-snapshots/org/eclipse/deeplearning4j/nd4j-api/1.0.0-SNAPSHOT/nd4j-api-1.0.0-SNAPSHOT.pom
	not found: /Users/nk2/.ivy2/local/org.eclipse.deeplearning4j/nd4j-api/1.0.0-SNAPSHOT/ivys/ivy.xml
	not found: https://repo1.maven.org/maven2/org/eclipse/deeplearning4j/nd4j-api/1.0.0-SNAPSHOT/nd4j-api-1.0.0-SNAPSHOT.pom
  org.eclipse.deeplearning4j:nd4j-native:1.0.0-SNAPSHOT 
	Not an internal Mill module: org.eclipse.deeplearning4j:nd4j-native:1.0.0-SNAPSHOT
	not found: https://central.sonatype.com/repository/maven-snapshots/org/eclipse/deeplearning4j/nd4j-native/1.0.0-SNAPSHOT/nd4j-native-1.0.0-SNAPSHOT.pom
	not found: /Users/nk2/.ivy2/local/org.eclipse.deeplearning4j/nd4j-native/1.0.0-SNAPSHOT/ivys/ivy.xml
	not found: https://repo1.maven.org/maven2/org/eclipse/deeplearning4j/nd4j-native/1.0.0-SNAPSHOT/nd4j-native-1.0.0-SNAPSHOT.pom

@nk2 sorry back from holiday. I’ll look in to that within the week. I need to publish a new round anyways. Should be much better.