MVN

io.github.mxd888 : t-im-server-spring-boot-starter

Maven & Gradle

Jan 18, 2022
<dependency>
    <groupId>io.github.mxd888</groupId>
    <artifactId>t-im-server-spring-boot-starter</artifactId>
    <version>2.1.7.v20220120-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mxd888 : t-im-server-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7.v20220120-RELEASE

All Versions

Choose a version of io.github.mxd888 : t-im-server-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
t-im-server-spring-boot-starter-2.1.7.v20220120-RELEASE
t-im-server-spring-boot-starter-2.1.6.v20220113-RELEASE
t-im-server-spring-boot-starter-2.1.5.v20220113-RELEASE
t-im-server-spring-boot-starter-2.1.4.v20220113-RELEASE
t-im-server-spring-boot-starter-2.1.3.v20220112-RELEASE
t-im-server-spring-boot-starter-2.1.2.v20220109-RELEASE
t-im-server-spring-boot-starter-2.1.1.v20220107-RELEASE

How to add a dependency to Maven

Add the following io.github.mxd888 : t-im-server-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mxd888</groupId>
    <artifactId>t-im-server-spring-boot-starter</artifactId>
    <version>2.1.7.v20220120-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mxd888 : t-im-server-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.mxd888:t-im-server-spring-boot-starter:2.1.7.v20220120-RELEASE'

Gradle Kotlin DSL: Add the following io.github.mxd888 : t-im-server-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mxd888:t-im-server-spring-boot-starter:2.1.7.v20220120-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mxd888 : t-im-server-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mxd888" % "t-im-server-spring-boot-starter" % "2.1.7.v20220120-RELEASE"

Advertisement