structurizr / cli

A command line utility for Structurizr.
https://docs.structurizr.com/cli
Apache License 2.0
492 stars 75 forks source link

Question: CLI available through maven repository? #105

Closed rdmueller closed 1 year ago

rdmueller commented 1 year ago

The CLI is a good abstraction layer in front of the structurizr libs. But it seems that it is not available via maven.

It could be that I my thinking is wrong, but I currently think it would help to habe it avaialbe via maven. For example, there is a structurizr gradle plugin which downloads the jar first. This could be easier to implement via a dependency.

What do you think?