MVN

com.jalalkiswani : smart-cloud-test

Maven & Gradle

Apr 05, 2023

smart-cloud-test

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

Latest Version

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

  • Latest Stable: 5.4.7-R2

All Versions

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

Version Vulnerabilities Updated
5.4.x
smart-cloud-test-5.4.7-R2
smart-cloud-test-5.4.7
smart-cloud-test-5.4.6
smart-cloud-test-5.4.3
5.2.x
smart-cloud-test-5.2.5
5.1.x
smart-cloud-test-5.1.0
5.0.x
smart-cloud-test-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>smart-cloud-test</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-test gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement