I wrote a library that I'd like to make publicly a...
# announcements
l
I wrote a library that I'd like to make publicly available, so people can easily use it with gradle/maven/ect. However I am completely lost with what i need to do now. I looked into MavenCentral/JCenter/Bintray but they all seem to assume that I am part of some organization, which I'm not. I also don't have a website so I don't even know what I should use as my "group id". can someone help me get started?
t
for personal stuff your groupid needs to be a website that you have access to - typically it would be github, e.g. mine is “com.github.tddmonkey”
this is the guide I’ve followed in the past
z
Jitpack.io is a really simple way to get started, but doesn't give you as much control as those other services.