MVN

org.bitbucket.askllc.fermenter.brett : brett-mda

Maven & Gradle

Apr 06, 2023

Fermenter::Brett::Brett MDA Resources · Contains resources for generating Python code that realizes projects that align with Habushu's structural requirements and can be integrated into the build lifecyle defined by the Habushu Maven Plugin

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.brett</groupId>
    <artifactId>brett-mda</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.askllc.fermenter.brett : brett-mda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of org.bitbucket.askllc.fermenter.brett : brett-mda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
brett-mda-2.7.0
2.6.x
brett-mda-2.6.0
2.5.x
brett-mda-2.5.0

How to add a dependency to Maven

Add the following org.bitbucket.askllc.fermenter.brett : brett-mda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.brett</groupId>
    <artifactId>brett-mda</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.askllc.fermenter.brett : brett-mda gradle dependency to your build.gradle file:

implementation 'org.bitbucket.askllc.fermenter.brett:brett-mda:2.7.0'

Gradle Kotlin DSL: Add the following org.bitbucket.askllc.fermenter.brett : brett-mda gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.askllc.fermenter.brett:brett-mda:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.askllc.fermenter.brett : brett-mda sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.askllc.fermenter.brett" % "brett-mda" % "2.7.0"