MVN

live.lumia : base-starter

Maven & Gradle

Jan 29, 2021
2 stars

base-starter for springboot · springboot base

<dependency>
    <groupId>live.lumia</groupId>
    <artifactId>base-starter</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.lumia : base-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of live.lumia : base-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
base-starter-1.0.2
base-starter-1.0.1
1.0
base-starter-1.0-RELEASE

How to add a dependency to Maven

Add the following live.lumia : base-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.lumia</groupId>
    <artifactId>base-starter</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.lumia : base-starter gradle dependency to your build.gradle file:

implementation 'live.lumia:base-starter:1.0.2'

Gradle Kotlin DSL: Add the following live.lumia : base-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("live.lumia:base-starter:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.lumia : base-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "live.lumia" % "base-starter" % "1.0.2"