Files download
File Operation
structurizr-d2-exporter-1.5.3.jar download
structurizr-d2-exporter-1.5.3.pom download
structurizr-d2-exporter-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.goto1134</groupId>
  <artifactId>structurizr-d2-exporter</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.3'
Gradle Kotlin
implementation("io.github.goto1134:structurizr-d2-exporter:1.5.3")
Scala SBT
libraryDependencies += "io.github.goto1134" % "structurizr-d2-exporter" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.goto1134', module='structurizr-d2-exporter', version='1.5.3')
)
Apache Ivy
<dependency org="io.github.goto1134" name="structurizr-d2-exporter" rev="1.5.3" />
Leiningen
[io.github.goto1134/structurizr-d2-exporter "1.5.3"]
Apache Buildr
'io.github.goto1134:structurizr-d2-exporter:jar:1.5.3'