MVN

io.xiaper : xiaper-spring-boot-starter-sole

Maven & Gradle

Mar 07, 2019
57 stars

xiaper-spring-boot-starter-sole · full stack open source enterprise im engine component

<dependency>
    <groupId>io.xiaper</groupId>
    <artifactId>xiaper-spring-boot-starter-sole</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xiaper : xiaper-spring-boot-starter-sole to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4.RELEASE

All Versions

Choose a version of io.xiaper : xiaper-spring-boot-starter-sole to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
xiaper-spring-boot-starter-sole-2.1.4.RELEASE

How to add a dependency to Maven

Add the following io.xiaper : xiaper-spring-boot-starter-sole maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xiaper</groupId>
    <artifactId>xiaper-spring-boot-starter-sole</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xiaper : xiaper-spring-boot-starter-sole gradle dependency to your build.gradle file:

implementation 'io.xiaper:xiaper-spring-boot-starter-sole:2.1.4.RELEASE'

Gradle Kotlin DSL: Add the following io.xiaper : xiaper-spring-boot-starter-sole gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xiaper:xiaper-spring-boot-starter-sole:2.1.4.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xiaper : xiaper-spring-boot-starter-sole sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xiaper" % "xiaper-spring-boot-starter-sole" % "2.1.4.RELEASE"

Advertisement