I'll try to get you something
Did you say you found a way to have bazel output maven artifacts?
I'm having lots of trouble trying to make the maven artifacts
which isn't surprising with all the protobuf/grpc stuff
@Rotonen https://snowblossom.org/jars/SnowBlossomClient_deploy.jar It has a java class, snowblossom.client.TestClient It can be invoked as: java -cp SnowBlossomClient_deploy.jar snowblossom.client.TestClient That will print a few lines as it does some simple gRPC operations, generates a few addresses It can also be run from java code as: snowblossom.client.TestClient.runTests(PrintStream out) It will print data to that output stream as it goes, and throw an exception if there is a problem
i have an intellij idea project and would need to give a package name for the dependencies - i don't have much of a lowlevel thing in that ecosystem no idea how to jam a local jar in
yeah, I thought that might be the base
I wasn't successful in making a maven output that would include a dependency file
if it helps, the above jar file has all its dependencies built in