MVN

net.wicp.tams : common-web

Maven & Gradle

Jun 12, 2022
10 usages
<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-web</artifactId>
    <version>3.6.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6.21

All Versions

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

  • Version Updated
  • common-web-3.6.21

    Jun 12, 2022
  • common-web-3.6.20

    May 04, 2022
  • common-web-3.6.18

    Oct 31, 2021
  • common-web-3.6.16

    Aug 08, 2021
  • common-web-3.6.15

    Apr 11, 2021
  • common-web-3.6.13

    Aug 23, 2020
  • common-web-3.6.0

    Jul 26, 2019
  • common-web-3.5.9

    Dec 09, 2018
  • common-web-3.5.4

    May 15, 2018
  • common-web-3.5.0

    Jan 17, 2018
  • common-web-3.4.0

    Nov 21, 2017
  • common-web-3.3.0

    Aug 27, 2017
  • common-web-3.2.0

    Aug 08, 2017
  • common-web-3.1.3

    Jun 13, 2017
  • common-web-3.1.2

    Jun 07, 2017
  • common-web-3.1.0

    May 28, 2017
  • common-web-3.0.5

    Mar 30, 2017
  • common-web-3.0.3

    Mar 12, 2017
  • common-web-3.0.2

    Mar 09, 2017
  • common-web-3.0.1

    Mar 08, 2017
  • common-web-3.0.0

    Mar 07, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>net.wicp.tams</groupId>
    <artifactId>common-web</artifactId>
    <version>3.6.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.wicp.tams:common-web:3.6.21'

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

implementation("net.wicp.tams:common-web:3.6.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.wicp.tams" % "common-web" % "3.6.21"