MVN

com.structurizr : structurizr-dsl

Maven & Gradle

Jul 28, 2023
1 usages
1.4k stars

structurizr-dsl · Structurizr DSL parser

<dependency>
    <groupId>com.structurizr</groupId>
    <artifactId>structurizr-dsl</artifactId>
    <version>1.32.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.structurizr : structurizr-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.32.0

All Versions

Choose a version of com.structurizr : structurizr-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.32.x
structurizr-dsl-1.32.0
1.31.x
structurizr-dsl-1.31.1
structurizr-dsl-1.31.0
1.30.x
structurizr-dsl-1.30.4
structurizr-dsl-1.30.3
structurizr-dsl-1.30.2
structurizr-dsl-1.30.1
structurizr-dsl-1.30.0
1.29.x
structurizr-dsl-1.29.1
structurizr-dsl-1.29.0
1.28.x
structurizr-dsl-1.28.3
structurizr-dsl-1.28.1
structurizr-dsl-1.28.0
1.27.x
structurizr-dsl-1.27.1
structurizr-dsl-1.27.0
1.26.x
structurizr-dsl-1.26.2
structurizr-dsl-1.26.1
structurizr-dsl-1.26.0
1.25.x
structurizr-dsl-1.25.0
1.24.x
structurizr-dsl-1.24.0
1.23.x
structurizr-dsl-1.23.0
1.22.x
structurizr-dsl-1.22.0
1.21.x
structurizr-dsl-1.21.1
structurizr-dsl-1.21.0
1.20.x
structurizr-dsl-1.20.0
1.19.x
structurizr-dsl-1.19.1
structurizr-dsl-1.19.0
1.18.x
structurizr-dsl-1.18.0
1.17.x
structurizr-dsl-1.17.0
1.16.x
structurizr-dsl-1.16.0
1.15.x
structurizr-dsl-1.15.0
1.14.x
structurizr-dsl-1.14.0
1.13.x
structurizr-dsl-1.13.1
structurizr-dsl-1.13.0
1.12.x
structurizr-dsl-1.12.0
1.11.x
structurizr-dsl-1.11.0
1.10.x
structurizr-dsl-1.10.0

How to add a dependency to Maven

Add the following com.structurizr : structurizr-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.structurizr</groupId>
    <artifactId>structurizr-dsl</artifactId>
    <version>1.32.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.structurizr : structurizr-dsl gradle dependency to your build.gradle file:

implementation 'com.structurizr:structurizr-dsl:1.32.0'

Gradle Kotlin DSL: Add the following com.structurizr : structurizr-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.structurizr:structurizr-dsl:1.32.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.structurizr : structurizr-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.structurizr" % "structurizr-dsl" % "1.32.0"

Advertisement