sizovs / PipelinR

PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app.
https://github.com/sizovs/PipelinR
MIT License
420 stars 59 forks source link

Migrating to other repository #17

Closed morrowyn closed 2 years ago

morrowyn commented 3 years ago

Hi,

I'm using your library and I'm wondering if you have migrated to a different repository yet, since JCenter is being shutdown. https://blog.gradle.org/jcenter-shutdown

sizovs commented 3 years ago

Hi @morrowyn

Thanks for raising this. JCenter artifacts are still available for download. I'll make sure that the current and new versions of PipelinR are available from Maven Central or from other public repo before February 1, 2022 (JCenter shutdown date).

I will keep this issue open so everybody could see the progress.

sizovs commented 2 years ago

Just to keep you updated, folks. The library will soon become available on Maven Central.

sizovs commented 2 years ago

PipelinR is now available on Maven Central

<dependency>
  <groupId>net.sizovs</groupId>
  <artifactId>pipelinr</artifactId>
  <version>0.6</version>
</dependency>
dependencies {
    compile 'net.sizovs:pipelinr:0.6'
}