MVN

net.wicp.tams : common-others

Maven & Gradle

Jan 30, 2020
5 usages
<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-others</artifactId>
    <version>3.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wicp.tams : common-others to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.7

All Versions

Choose a version of net.wicp.tams : common-others to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
common-others-3.6.7
common-others-3.6.4
common-others-3.6.0
3.5.x
common-others-3.5.14
common-others-3.5.9
common-others-3.5.7
common-others-3.5.6
common-others-3.5.5
common-others-3.5.4
common-others-3.5.3
common-others-3.5.2
common-others-3.5.1
common-others-3.5.0
3.4.x
common-others-3.4.1
common-others-3.4.0
3.3.x
common-others-3.3.0
3.2.x
common-others-3.2.0
3.1.x
common-others-3.1.4
common-others-3.1.3
common-others-3.1.2
common-others-3.1.0
3.0.x
common-others-3.0.5
common-others-3.0.3
common-others-3.0.2
common-others-3.0.1

How to add a dependency to Maven

Add the following net.wicp.tams : common-others maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-others</artifactId>
    <version>3.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wicp.tams : common-others gradle dependency to your build.gradle file:

implementation 'net.wicp.tams:common-others:3.6.7'

Gradle Kotlin DSL: Add the following net.wicp.tams : common-others gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wicp.tams:common-others:3.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wicp.tams : common-others sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wicp.tams" % "common-others" % "3.6.7"

Advertisement