MVN

com.github.publicdevop2019 : mt-common

Maven & Gradle

Apr 04, 2023
1 stars

mt-common · Common utility shared by mt microservices

<dependency>
    <groupId>com.github.publicdevop2019</groupId>
    <artifactId>mt-common</artifactId>
    <version>1.1.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.publicdevop2019 : mt-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.51

All Versions

Choose a version of com.github.publicdevop2019 : mt-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mt-common-1.1.51
mt-common-1.1.49
mt-common-1.1.46
mt-common-1.1.40
mt-common-1.1.39
mt-common-1.1.38
mt-common-1.1.37
mt-common-1.1.36
mt-common-1.1.35
mt-common-1.1.34
mt-common-1.1.29
mt-common-1.1.28
mt-common-1.1.27
mt-common-1.1.26
mt-common-1.1.25
mt-common-1.1.24
mt-common-1.1.23
mt-common-1.1.22
mt-common-1.1.21
mt-common-1.1.20
mt-common-1.1.19
mt-common-1.1.18
mt-common-1.1.17
mt-common-1.1.16
mt-common-1.1.15
mt-common-1.1.14
mt-common-1.1.13
mt-common-1.1.9
mt-common-1.1.7
mt-common-1.1.6
mt-common-1.1.5
mt-common-1.1.4
mt-common-1.1.3
mt-common-1.1.2
mt-common-1.1.1
mt-common-1.1.0
1.0.x
mt-common-1.0.0
0.2.x
mt-common-0.2.3
mt-common-0.2.1
mt-common-0.2.0

How to add a dependency to Maven

Add the following com.github.publicdevop2019 : mt-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.publicdevop2019</groupId>
    <artifactId>mt-common</artifactId>
    <version>1.1.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.publicdevop2019 : mt-common gradle dependency to your build.gradle file:

implementation 'com.github.publicdevop2019:mt-common:1.1.51'

Gradle Kotlin DSL: Add the following com.github.publicdevop2019 : mt-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.publicdevop2019:mt-common:1.1.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.publicdevop2019 : mt-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.publicdevop2019" % "mt-common" % "1.1.51"