MVN

com.ing.baker : bakery-dashboard

Maven & Gradle

Nov 11, 2021
1 usages
316 stars

bakery-dashboard · bakery-dashboard

<dependency>
    <groupId>com.ing.baker</groupId>
    <artifactId>bakery-dashboard</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ing.baker : bakery-dashboard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of com.ing.baker : bakery-dashboard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
bakery-dashboard-3.3.3
bakery-dashboard-3.3.2
bakery-dashboard-3.3.1
bakery-dashboard-3.3.0

How to add a dependency to Maven

Add the following com.ing.baker : bakery-dashboard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ing.baker</groupId>
    <artifactId>bakery-dashboard</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ing.baker : bakery-dashboard gradle dependency to your build.gradle file:

implementation 'com.ing.baker:bakery-dashboard:3.3.3'

Gradle Kotlin DSL: Add the following com.ing.baker : bakery-dashboard gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ing.baker:bakery-dashboard:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ing.baker : bakery-dashboard sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ing.baker" % "bakery-dashboard" % "3.3.3"

Advertisement