MVN

org.bitbucket.askllc.fermenter.brett : brett

Maven & Gradle

Apr 06, 2023

Fermenter::Brett · Brett utilizes fermenter-mda to generate Python projects that align with the project structure and best practices prescribed by Habushu. As Brettanomyces (i.e. Brett) is a yeast that can yield unpredictable fermentations, Brett's Fermenter MDA module can bring enterprise development and configuration management best practices to the often unpredictable world of Python development.

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.brett</groupId>
    <artifactId>brett</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 to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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