MVN

vip.mate : mate-starter-common

Maven & Gradle

Nov 25, 2022
21 usages
805 stars
<dependency>
    <groupId>vip.mate</groupId>
    <artifactId>mate-starter-common</artifactId>
    <version>4.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.mate : mate-starter-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.8

All Versions

Choose a version of vip.mate : mate-starter-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • mate-starter-common-4.6.8

    Nov 25, 2022
  • mate-starter-common-4.5.8

    Aug 25, 2022
  • mate-starter-common-4.4.8

    Apr 29, 2022
  • mate-starter-common-4.3.8

    Feb 25, 2022
  • mate-starter-common-4.2.8

    Dec 15, 2021
  • mate-starter-common-4.1.8

    Dec 03, 2021
  • mate-starter-common-4.0.11

    Sep 29, 2021
  • mate-starter-common-4.0.10

    Sep 09, 2021
  • mate-starter-common-4.0.9

    Aug 28, 2021
  • mate-starter-common-4.0.8

    Aug 28, 2021
  • mate-starter-common-3.8.8

    Jun 28, 2021
  • mate-starter-common-3.7.8

    Jun 19, 2021
  • mate-starter-common-3.6.8

    Jun 12, 2021
  • mate-starter-common-3.5.8

    Jun 07, 2021
  • mate-starter-common-3.3.8

    May 28, 2021
  • mate-starter-common-3.2.8

    May 21, 2021
  • mate-starter-common-3.1.8

    May 06, 2021
  • mate-starter-common-3.0.8

    Apr 22, 2021
  • mate-starter-common-2.5.8

    Apr 13, 2021
  • mate-starter-common-2.3.8

    Mar 15, 2021
  • mate-starter-common-2.2.8

    Jan 16, 2021
  • mate-starter-common-2.1.8

    Dec 16, 2020
  • mate-starter-common-2.0.8

    Nov 27, 2020
  • mate-starter-common-1.6.8

    Nov 11, 2020

How to add a dependency to Maven

Add the following vip.mate : mate-starter-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vip.mate</groupId>
    <artifactId>mate-starter-common</artifactId>
    <version>4.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.mate : mate-starter-common gradle dependency to your build.gradle file:

implementation 'vip.mate:mate-starter-common:4.6.8'

Gradle Kotlin DSL: Add the following vip.mate : mate-starter-common gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.mate:mate-starter-common:4.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.mate : mate-starter-common sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.mate" % "mate-starter-common" % "4.6.8"