Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i add this dependency in my project ? #4

Open
wiiznokes opened this issue Aug 30, 2023 · 6 comments
Open

How can i add this dependency in my project ? #4

wiiznokes opened this issue Aug 30, 2023 · 6 comments

Comments

@wiiznokes
Copy link

Seems like this dep is not in maven depot ?

@solonovamax
Copy link
Collaborator

currently, the project is not yet published to maven. I am finishing up a few minor things, and then it will be published to maven central.

@wiiznokes
Copy link
Author

Alright tks

@solonovamax
Copy link
Collaborator

hopefully, I will have version 0.1.0 published by the end of the weekend.

@solonovamax
Copy link
Collaborator

if you would like, I could publish maven artifacts in my own maven repo (https://maven.solo-studios.ca) for you to use until then

@wiiznokes
Copy link
Author

that very kind of you but i already integrated me.xdrop:fuzzywuzzy. But i will eventually give this lib a try if i have time since it has better licence and it written in Kotlin. So no rush 😃

@solonovamax
Copy link
Collaborator

Hi, I currently have snapshots published in my maven repo.

If you want to try it out, you can add it to your project like this:

maven {
    name = "Solo Studios Snapshots"
    url = uri("https://maven.solo-studios.ca/snapshots")
}

and then, it can be included with:

implementation("ca.solo-studios:kt-fuzzy:0.1.0-SNAPSHOT")

I should hopefully have it published to maven central soon, just need to clean up some of the api docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants