MVN

team.duckie.quack : quack-bom

Maven & Gradle

Sep 17, 2022
104 stars

quack-bom · Duckie's design system artifacts BOM

<dependency>
    <groupId>team.duckie.quack</groupId>
    <artifactId>quack-bom</artifactId>
    <version>1.0.0-dev07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of team.duckie.quack : quack-bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-dev07

All Versions

Choose a version of team.duckie.quack : quack-bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quack-bom-1.0.0-dev07
quack-bom-1.0.0-dev06
quack-bom-1.0.0-dev05
quack-bom-1.0.0-dev04
quack-bom-1.0.0-dev03
quack-bom-1.0.0-dev02
quack-bom-1.0.0-dev01

How to add a dependency to Maven

Add the following team.duckie.quack : quack-bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>team.duckie.quack</groupId>
    <artifactId>quack-bom</artifactId>
    <version>1.0.0-dev07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following team.duckie.quack : quack-bom gradle dependency to your build.gradle file:

implementation 'team.duckie.quack:quack-bom:1.0.0-dev07'

Gradle Kotlin DSL: Add the following team.duckie.quack : quack-bom gradle kotlin dependency to your build.gradle.kts file:

implementation("team.duckie.quack:quack-bom:1.0.0-dev07")

How to add a dependency to SBT Scala

SBT Scala: Add the following team.duckie.quack : quack-bom sbt scala dependency to your build.sbt file:

libraryDependencies += "team.duckie.quack" % "quack-bom" % "1.0.0-dev07"

Advertisement