konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
651 stars 39 forks source link

Add 0.1.0 to MavenCentral #28

Closed esbobkov closed 3 years ago

esbobkov commented 3 years ago

Hello!

We have installed version 0.1.0 in legacy project and want to make a simple switch from Bintray to MavenCentral, but MavenCentral does not have version 0.1.0

Could You pulblish it?

mreichelt commented 3 years ago

Hi @esbobkov!

I couldn't find the 0.1.0 artifact anywhere online - but chances are you still have the JAR in your local maven cache. How about the idea to just copy that over to your project and include the JAR directly? :)

esbobkov commented 3 years ago

I have 0.1.0 jar locally. Can I send it to you?)

nlochschmidt commented 3 years ago

@esbobkov sorry for the inconvenience I caused for you. Publishing a lib to mavenCentral is not trivial and just having one jar is not helping, but if you have it you should be able to add it as a local dependency to your project. However I do wonder why you aren't able to upgrade to 0.3, which should be a drop-in replacement.

If I find some time I'll see whether I can republish version 0.1 and 0.2 on mavenCentral.

esbobkov commented 3 years ago

Ok. thanks!

I will try