MVN

org.archguard.scanner : doc-executor

Maven & Gradle

May 14, 2022
29 stars

ArchGuard · ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecture fitness functions, and anaysis system dependencies..

<dependency>
    <groupId>org.archguard.scanner</groupId>
    <artifactId>doc-executor</artifactId>
    <version>2.0.0-alpha.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.archguard.scanner : doc-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha.6
  • Latest Alpha: 2.0.0-alpha.6

All Versions

Choose a version of org.archguard.scanner : doc-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
doc-executor-2.0.0-alpha.6
doc-executor-2.0.0-alpha.5
doc-executor-2.0.0-alpha.4
doc-executor-2.0.0-alpha.3
doc-executor-2.0.0-alpha.2
doc-executor-2.0.0-alpha.1

How to add a dependency to Maven

Add the following org.archguard.scanner : doc-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.archguard.scanner</groupId>
    <artifactId>doc-executor</artifactId>
    <version>2.0.0-alpha.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.archguard.scanner : doc-executor gradle dependency to your build.gradle file:

implementation 'org.archguard.scanner:doc-executor:2.0.0-alpha.6'

Gradle Kotlin DSL: Add the following org.archguard.scanner : doc-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.archguard.scanner:doc-executor:2.0.0-alpha.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.archguard.scanner : doc-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.archguard.scanner" % "doc-executor" % "2.0.0-alpha.6"

Advertisement