MVN

org.carewebframework : org.carewebframework.shell

Maven & Gradle

Jun 14, 2018
73 usages
7 stars

CWF Shell

<dependency>
    <groupId>org.carewebframework</groupId>
    <artifactId>org.carewebframework.shell</artifactId>
    <version>4.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.carewebframework : org.carewebframework.shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.8
  • Latest Release Candidate: 6.1.0-RC4

All Versions

Choose a version of org.carewebframework : org.carewebframework.shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
org.carewebframework.shell-6.1.0-RC4
org.carewebframework.shell-6.1.0-RC3
org.carewebframework.shell-6.1.0-RC2
org.carewebframework.shell-6.1.0-RC1
6.0.x
org.carewebframework.shell-6.0.0
org.carewebframework.shell-6.0.0-RC3
org.carewebframework.shell-6.0.0-RC2
org.carewebframework.shell-6.0.0-RC1
5.0.x
org.carewebframework.shell-5.0.0-RC5
org.carewebframework.shell-5.0.0-RC4
org.carewebframework.shell-5.0.0-RC3
org.carewebframework.shell-5.0.0-RC2
org.carewebframework.shell-5.0.0-RC1
4.0.x
org.carewebframework.shell-4.0.8
org.carewebframework.shell-4.0.7
org.carewebframework.shell-4.0.6
org.carewebframework.shell-4.0.5
org.carewebframework.shell-4.0.4
org.carewebframework.shell-4.0.3
org.carewebframework.shell-4.0.2
org.carewebframework.shell-4.0.1
org.carewebframework.shell-4.0.0
org.carewebframework.shell-4.0.0-RC1
3.1.x
org.carewebframework.shell-3.1.2
org.carewebframework.shell-3.1.1
org.carewebframework.shell-3.1.0

How to add a dependency to Maven

Add the following org.carewebframework : org.carewebframework.shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.carewebframework</groupId>
    <artifactId>org.carewebframework.shell</artifactId>
    <version>4.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.carewebframework : org.carewebframework.shell gradle dependency to your build.gradle file:

implementation 'org.carewebframework:org.carewebframework.shell:4.0.8'

Gradle Kotlin DSL: Add the following org.carewebframework : org.carewebframework.shell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.carewebframework:org.carewebframework.shell:4.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.carewebframework : org.carewebframework.shell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.carewebframework" % "org.carewebframework.shell" % "4.0.8"

Advertisement