Deploy implementation/common core for more advanced usage of API
Closed this issue ยท 3 comments
Currently, the API is available on maven, but there's some specific platform agnostic code that exists in common
that is only usable as a dependency if one were to manually add a platform jar to their repo. I'd rather be able to depend on the common core from maven.
I know that @bloodmc uses it quite extensively
I could deploy the common code to Sonatype snapshots or something like that - although I'm intrigued as to exactly what parts you're using?
If it's just small bits, certain methods or hooks, these could be exposed in the API.