scala-polars
scala-polars copied to clipboard
Maven artifacts missing
The maven dependency coordinates given in https://github.com/chitralverma/scala-polars/packages/1795604:
<dependency>
<groupId>org.polars</groupId>
<artifactId>scala-polars_2.12</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
don't seem to be available. Searching https://mvnrepository.com/search?q=polars doesn't yield anything either.
Hello! I'm also wondering when the release is planned? I could help with the sbt configuration to prepare for release in Sonatype.
Hey! :) Does the heart emoji mean you give me the green light to help you with Sonatype release?
@grouzen @cebaa For this to be available on maven central the project would need permissions from the official project author @ritchie46 because currently, the project uses the group id org.polars
. This is why the current artifacts are only available on GitHub packages.
let me raise an issue for this on the polars side and if they allow, we can set something up.
@chitralverma Hm... Any reason it's under org.polars
then? Shouldn't it be under whatever domain you own (or even something like io.github.chitralverma
)?
@chitralverma do we have any challenge here to move this project to official group ID ... looks like polars community is also welcoming https://github.com/pola-rs/polars/issues/11202