MVN

com.wl4g : infra-support

Maven & Gradle

Apr 21, 2023
2 stars

Infra Support · Infra Component Support.

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>infra-support</artifactId>
    <version>3.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wl4g : infra-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.26

All Versions

Choose a version of com.wl4g : infra-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
infra-support-3.1.26
infra-support-3.1.23
infra-support-3.1.22
infra-support-3.1.21
infra-support-3.1.20
infra-support-3.1.19
infra-support-3.1.18
infra-support-3.1.17
infra-support-3.1.16
infra-support-3.1.15
infra-support-3.1.14
infra-support-3.1.13
infra-support-3.1.12
infra-support-3.1.10
infra-support-3.1.9
infra-support-3.1.8
infra-support-3.1.7
infra-support-3.1.6
infra-support-3.1.5
infra-support-3.1.4
infra-support-3.1.3
infra-support-3.1.2
infra-support-3.1.1
infra-support-3.1.0
3.0.x
infra-support-3.0.0

How to add a dependency to Maven

Add the following com.wl4g : infra-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>infra-support</artifactId>
    <version>3.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wl4g : infra-support gradle dependency to your build.gradle file:

implementation 'com.wl4g:infra-support:3.1.26'

Gradle Kotlin DSL: Add the following com.wl4g : infra-support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wl4g:infra-support:3.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wl4g : infra-support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wl4g" % "infra-support" % "3.1.26"

Advertisement