MVN

cn.watsontech : web-core

Maven & Gradle

Nov 22, 2020
1 stars

Spring Web Project Helper · Batch of useful tools for Spring web project

<dependency>
    <groupId>cn.watsontech</groupId>
    <artifactId>web-core</artifactId>
    <version>0.1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.watsontech : web-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5.3

All Versions

Choose a version of cn.watsontech : web-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.1
web-core-v0.1
0.1.x
web-core-0.1.5.3
web-core-0.1.5.2
web-core-0.1.5.1
web-core-0.1.5
web-core-0.1.3.9
web-core-0.1.3.8
web-core-0.1.3.5
web-core-0.1.3.4
web-core-0.1.3.3
web-core-0.1.3.2
web-core-0.1.2
web-core-0.1.1
sharding
web-core-sharding-0.1.3.3
web-core-sharding-0.1.3.2

How to add a dependency to Maven

Add the following cn.watsontech : web-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.watsontech</groupId>
    <artifactId>web-core</artifactId>
    <version>0.1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.watsontech : web-core gradle dependency to your build.gradle file:

implementation 'cn.watsontech:web-core:0.1.5.3'

Gradle Kotlin DSL: Add the following cn.watsontech : web-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.watsontech:web-core:0.1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.watsontech : web-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.watsontech" % "web-core" % "0.1.5.3"

Advertisement