MVN

me.zhengjin : common-core

Maven & Gradle

Jun 27, 2023
0 stars

common-core · common-core

<dependency>
    <groupId>me.zhengjin</groupId>
    <artifactId>common-core</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.zhengjin : common-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of me.zhengjin : common-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-core-1.0.12
common-core-1.0.11
common-core-1.0.10
common-core-1.0.9
common-core-1.0.8
common-core-1.0.7
common-core-1.0.6
common-core-1.0.5
common-core-1.0.4
common-core-1.0.3
common-core-1.0.2
common-core-1.0.1
common-core-1.0.0
unspecified
common-core-unspecified
0.0.x
common-core-0.0.0-test

How to add a dependency to Maven

Add the following me.zhengjin : common-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.zhengjin</groupId>
    <artifactId>common-core</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.zhengjin : common-core gradle dependency to your build.gradle file:

implementation 'me.zhengjin:common-core:1.0.12'

Gradle Kotlin DSL: Add the following me.zhengjin : common-core gradle kotlin dependency to your build.gradle.kts file:

implementation("me.zhengjin:common-core:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.zhengjin : common-core sbt scala dependency to your build.sbt file:

libraryDependencies += "me.zhengjin" % "common-core" % "1.0.12"