MVN

com.lframework : web-common

Maven & Gradle

Jul 02, 2023

【web-common】需要提供给外部系统使用的依赖

<dependency>
    <groupId>com.lframework</groupId>
    <artifactId>web-common</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lframework : web-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.lframework : web-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
web-common-3.1.0
3.0.x
web-common-3.0.6
web-common-3.0.5
web-common-3.0.4
web-common-3.0.3
web-common-3.0.2
web-common-3.0.1
web-common-3.0.0
2.2.x
web-common-2.2.20
web-common-2.2.19
web-common-2.2.18
web-common-2.2.17
web-common-2.2.16
web-common-2.2.15
web-common-2.2.14
web-common-2.2.13
web-common-2.2.12
web-common-2.2.11
web-common-2.2.10
web-common-2.2.9
web-common-2.2.8
web-common-2.2.7
web-common-2.2.6
web-common-2.2.5
web-common-2.2.4
web-common-2.2.3
web-common-2.2.2
web-common-2.2.1
web-common-2.2.0
2.1.x
web-common-2.1.9
web-common-2.1.8
web-common-2.1.7
web-common-2.1.6
web-common-2.1.5
web-common-2.1.4
web-common-2.1.3
web-common-2.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lframework</groupId>
    <artifactId>web-common</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lframework : web-common gradle dependency to your build.gradle file:

implementation 'com.lframework:web-common:3.1.0'

Gradle Kotlin DSL: Add the following com.lframework : web-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lframework:web-common:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lframework : web-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lframework" % "web-common" % "3.1.0"

Advertisement