MVN

work.wangjw : commons

Maven & Gradle

Apr 06, 2022

commons · java工具包

<dependency>
    <groupId>work.wangjw</groupId>
    <artifactId>commons</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.wangjw : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of work.wangjw : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
commons-2.0.2
commons-2.0.0
1.4.x
commons-1.4.4
commons-1.4.3
commons-1.4.2
commons-1.4.1
commons-1.4.0
1.3.x
commons-1.3.9
commons-1.3.8
commons-1.3.7
commons-1.3.6
commons-1.3.5
commons-1.3.0
1.2.x
commons-1.2.3
commons-1.2.2
commons-1.2.1
commons-1.2.0
1.1.x
commons-1.1.1
1.0.x
commons-1.0.9
commons-1.0.8
commons-1.0.7
commons-1.0.6
commons-1.0.5
commons-1.0.4
commons-1.0.3
commons-1.0.2
commons-1.0.1
commons-1.0.0

How to add a dependency to Maven

Add the following work.wangjw : commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.wangjw</groupId>
    <artifactId>commons</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.wangjw : commons gradle dependency to your build.gradle file:

implementation 'work.wangjw:commons:2.0.2'

Gradle Kotlin DSL: Add the following work.wangjw : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("work.wangjw:commons:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.wangjw : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "work.wangjw" % "commons" % "2.0.2"

Advertisement