MVN

cn.patterncat : job-common

Maven & Gradle

Nov 24, 2017
4 usages
0 stars

job-common · job-common

<dependency>
    <groupId>cn.patterncat</groupId>
    <artifactId>job-common</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.patterncat : job-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of cn.patterncat : job-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • job-common-0.0.3

    Nov 24, 2017
  • job-common-0.0.2

    Nov 17, 2017

How to add a dependency to Maven

Add the following cn.patterncat : job-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.patterncat</groupId>
    <artifactId>job-common</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.patterncat : job-common gradle dependency to your build.gradle file:

implementation 'cn.patterncat:job-common:0.0.3'

Gradle Kotlin DSL: Add the following cn.patterncat : job-common gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.patterncat:job-common:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.patterncat : job-common sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.patterncat" % "job-common" % "0.0.3"

Advertisement