MVN

com.holon-platform.core : holon-starter

Maven & Gradle

Jul 06, 2020
20 usages
12 stars

Holon core Spring Boot starter

<dependency>
    <groupId>com.holon-platform.core</groupId>
    <artifactId>holon-starter</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.core : holon-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.core : holon-starter to add to Maven or Gradle - All Versions:

  • Version Updated
  • holon-starter-5.5.0

    Jul 06, 2020
  • holon-starter-5.4.0

    Dec 27, 2019
  • holon-starter-5.3.0

    Aug 26, 2019
  • holon-starter-5.2.3

    May 17, 2019
  • holon-starter-5.2.2

    Apr 05, 2019
  • holon-starter-5.2.1

    Feb 28, 2019
  • holon-starter-5.2.0

    Jan 14, 2019
  • holon-starter-5.2.0-rc2

    Dec 24, 2018
  • holon-starter-5.2.0-rc1

    Dec 06, 2018
  • holon-starter-5.2.0-alpha2

    Nov 21, 2018
  • holon-starter-5.2.0-alpha1

    Jul 16, 2018
  • holon-starter-5.1.2

    Jun 29, 2018
  • holon-starter-5.1.1

    May 21, 2018
  • holon-starter-5.1.0

    Apr 23, 2018
  • holon-starter-5.0.6

    Dec 14, 2017
  • holon-starter-5.0.5

    Nov 30, 2017
  • holon-starter-5.0.4

    Nov 28, 2017
  • holon-starter-5.0.3

    Nov 08, 2017
  • holon-starter-5.0.2

    Oct 17, 2017
  • holon-starter-5.0.1

    Oct 10, 2017
  • holon-starter-5.0.0

    Oct 03, 2017

How to add a dependency to Maven

Add the following com.holon-platform.core : holon-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.holon-platform.core</groupId>
    <artifactId>holon-starter</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.core : holon-starter gradle dependency to your build.gradle file:

implementation 'com.holon-platform.core:holon-starter:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.core : holon-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.core:holon-starter:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.core : holon-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.core" % "holon-starter" % "5.5.0"

Advertisement