MVN

com.jalalkiswani : smart-cloud-webstack

Maven & Gradle

Apr 05, 2023

smart-cloud-webstack

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>smart-cloud-webstack</artifactId>
    <version>5.4.7-R2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jalalkiswani : smart-cloud-webstack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.7-R2

All Versions

Choose a version of com.jalalkiswani : smart-cloud-webstack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
smart-cloud-webstack-5.4.7-R2
smart-cloud-webstack-5.4.7
smart-cloud-webstack-5.4.6
smart-cloud-webstack-5.4.3
5.2.x
smart-cloud-webstack-5.2.5
5.1.x
smart-cloud-webstack-5.1.0
5.0.x
smart-cloud-webstack-5.0.0
4.0.x
smart-cloud-webstack-4.0.8
smart-cloud-webstack-4.0.7
smart-cloud-webstack-4.0.6
smart-cloud-webstack-4.0.5
smart-cloud-webstack-4.0.4
smart-cloud-webstack-4.0.3
smart-cloud-webstack-4.0.2
smart-cloud-webstack-4.0.1

How to add a dependency to Maven

Add the following com.jalalkiswani : smart-cloud-webstack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>smart-cloud-webstack</artifactId>
    <version>5.4.7-R2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jalalkiswani : smart-cloud-webstack gradle dependency to your build.gradle file:

implementation 'com.jalalkiswani:smart-cloud-webstack:5.4.7-R2'

Gradle Kotlin DSL: Add the following com.jalalkiswani : smart-cloud-webstack gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jalalkiswani:smart-cloud-webstack:5.4.7-R2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jalalkiswani : smart-cloud-webstack sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jalalkiswani" % "smart-cloud-webstack" % "5.4.7-R2"

Advertisement