-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
Alright tks |
hopefully, I will have version |
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 |
that very kind of you but i already integrated |
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. |
Seems like this dep is not in maven depot ?
The text was updated successfully, but these errors were encountered: