javaflame
javaflame copied to clipboard
publish to maven central?
today you can use it directly with jbang like this:
jbang --javaagent https://github.com/beothorn/javaflame/releases/download/v23.0.0/javaAgent.jar <yourapp>
that will fetch it from github.
would be nice to have the agent in maven central to get mirroring "for free".and you could do just:
jbang --javaagent com.something.beothorn:javaflame:RELEASE <yourapp>
similar could be easier fetch with gradle and maven for running.