MVN

org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd

Maven & Gradle

Oct 17, 2014
3 usages

webserviceshubclient · The Web Services Hub Client provides a command-line interface to invoke workflows using the Informatica Web Services Hub. It is intended to be a replacement for pmcmd and all of the native libraries that requires.

<dependency>
    <groupId>org.bitbucket.bradleysmithllc.webserviceshubclient</groupId>
    <artifactId>jcmd</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jcmd-2.0.3
jcmd-2.0.2
jcmd-2.0.1
jcmd-2.0.0
1.6.x
jcmd-1.6.13
jcmd-1.6.12
jcmd-1.6.11
jcmd-1.6.10
jcmd-1.6.9
jcmd-1.6.8
jcmd-1.6.7
jcmd-1.6.6
jcmd-1.6.5
jcmd-1.6.4
jcmd-1.6.3
jcmd-1.6.2
jcmd-1.6.1
jcmd-1.6.0

How to add a dependency to Maven

Add the following org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.bradleysmithllc.webserviceshubclient</groupId>
    <artifactId>jcmd</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd gradle dependency to your build.gradle file:

implementation 'org.bitbucket.bradleysmithllc.webserviceshubclient:jcmd:2.0.3'

Gradle Kotlin DSL: Add the following org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.bradleysmithllc.webserviceshubclient:jcmd:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.bradleysmithllc.webserviceshubclient : jcmd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.bradleysmithllc.webserviceshubclient" % "jcmd" % "2.0.3"

Advertisement