MVN

xyz.srclab.spring.boot : common-spring-boot

Maven & Gradle

Mar 11, 2020
3 usages
2 stars

common-spring-boot · Easy for Spring Boot: Common

<dependency>
    <groupId>xyz.srclab.spring.boot</groupId>
    <artifactId>common-spring-boot</artifactId>
    <version>0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.srclab.spring.boot : common-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0

All Versions

Choose a version of xyz.srclab.spring.boot : common-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
common-spring-boot-0.0.0

How to add a dependency to Maven

Add the following xyz.srclab.spring.boot : common-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.srclab.spring.boot</groupId>
    <artifactId>common-spring-boot</artifactId>
    <version>0.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.srclab.spring.boot : common-spring-boot gradle dependency to your build.gradle file:

implementation 'xyz.srclab.spring.boot:common-spring-boot:0.0.0'

Gradle Kotlin DSL: Add the following xyz.srclab.spring.boot : common-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.srclab.spring.boot:common-spring-boot:0.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.srclab.spring.boot : common-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.srclab.spring.boot" % "common-spring-boot" % "0.0.0"

Advertisement