MVN

com.structurizr : structurizr-documentation

Maven & Gradle

Jan 28, 2023
1 usages
1.4k stars

structurizr-documentation · Import documentation/decisions into a Structurizr workspace

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

Latest Version

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

  • Latest Stable: 1.1.1

All Versions

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

Version Vulnerabilities Updated
1.1.x
structurizr-documentation-1.1.1
structurizr-documentation-1.1.0
1.0.x
structurizr-documentation-1.0.2
structurizr-documentation-1.0.1
structurizr-documentation-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.structurizr</groupId>
    <artifactId>structurizr-documentation</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.structurizr:structurizr-documentation:1.1.1'

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

implementation("com.structurizr:structurizr-documentation:1.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.structurizr" % "structurizr-documentation" % "1.1.1"

Advertisement