javaflame icon indicating copy to clipboard operation
javaflame copied to clipboard

publish to maven central?

Open maxandersen opened this issue 4 months ago • 1 comments

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.

maxandersen avatar Sep 30 '24 20:09 maxandersen