MVN

com.blossom-project : blossom-autoconfigure

Maven & Gradle

Oct 18, 2019
1 usages
18 stars

Blossom AutoConfigure

<dependency>
    <groupId>com.blossom-project</groupId>
    <artifactId>blossom-autoconfigure</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blossom-project : blossom-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.blossom-project : blossom-autoconfigure to add to Maven or Gradle - All Versions:

  • Version Updated
  • blossom-autoconfigure-1.3.0

    Oct 18, 2019
  • blossom-autoconfigure-1.2.1

    Apr 13, 2019
  • blossom-autoconfigure-1.2.0

    Mar 11, 2019
  • blossom-autoconfigure-1.1.3

    Nov 08, 2018
  • blossom-autoconfigure-1.1.2

    Oct 17, 2018
  • blossom-autoconfigure-1.1.1

    Oct 17, 2018
  • blossom-autoconfigure-1.1.0

    Sep 10, 2018
  • blossom-autoconfigure-1.1.0.M3

    Aug 24, 2018
  • blossom-autoconfigure-1.1.0.M2

    Aug 24, 2018
  • blossom-autoconfigure-1.1.0.M1

    May 28, 2018
  • blossom-autoconfigure-1.0.0

    Apr 10, 2018
  • blossom-autoconfigure-1.0.0.M2

    Apr 09, 2018

How to add a dependency to Maven

Add the following com.blossom-project : blossom-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blossom-project</groupId>
    <artifactId>blossom-autoconfigure</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blossom-project : blossom-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.blossom-project:blossom-autoconfigure:1.3.0'

Gradle Kotlin DSL: Add the following com.blossom-project : blossom-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blossom-project:blossom-autoconfigure:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blossom-project : blossom-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blossom-project" % "blossom-autoconfigure" % "1.3.0"