MVN

io.github.sapientpants : structurizr-macros

Maven & Gradle

Sep 03, 2020
4 stars

Structurizr Macros · A collection of macros for Structurizr

<dependency>
    <groupId>io.github.sapientpants</groupId>
    <artifactId>structurizr-macros</artifactId>
    <version>2020.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sapientpants : structurizr-macros to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.6

All Versions

Choose a version of io.github.sapientpants : structurizr-macros to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.6
structurizr-macros-2020.6
2020.5
structurizr-macros-2020.5
2020.4
structurizr-macros-2020.4
0.0.x
structurizr-macros-0.0.36
structurizr-macros-0.0.35
structurizr-macros-0.0.34
structurizr-macros-0.0.33
structurizr-macros-0.0.32
structurizr-macros-0.0.31
structurizr-macros-0.0.30
structurizr-macros-0.0.29
structurizr-macros-0.0.28
structurizr-macros-0.0.27
structurizr-macros-0.0.26
structurizr-macros-0.0.25
structurizr-macros-0.0.24
structurizr-macros-0.0.23
structurizr-macros-0.0.22
structurizr-macros-0.0.21
structurizr-macros-0.0.18
structurizr-macros-0.0.17
structurizr-macros-0.0.16
structurizr-macros-0.0.15
structurizr-macros-0.0.14
structurizr-macros-0.0.13
structurizr-macros-0.0.12
structurizr-macros-0.0.11
structurizr-macros-0.0.10
structurizr-macros-0.0.9
structurizr-macros-0.0.8
structurizr-macros-0.0.7
structurizr-macros-0.0.6
structurizr-macros-0.0.5
structurizr-macros-0.0.4
structurizr-macros-0.0.3
structurizr-macros-0.0.2
structurizr-macros-0.0.1.1
structurizr-macros-0.0.1

How to add a dependency to Maven

Add the following io.github.sapientpants : structurizr-macros maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sapientpants</groupId>
    <artifactId>structurizr-macros</artifactId>
    <version>2020.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sapientpants : structurizr-macros gradle dependency to your build.gradle file:

implementation 'io.github.sapientpants:structurizr-macros:2020.6'

Gradle Kotlin DSL: Add the following io.github.sapientpants : structurizr-macros gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sapientpants:structurizr-macros:2020.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sapientpants : structurizr-macros sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sapientpants" % "structurizr-macros" % "2020.6"