MVN

com.ibm.cics : com.ibm.cics.jcicsx

Maven & Gradle

Jun 20, 2022
1 usages

JCICSX, the new Java API for CICS Transaction Server with remote development support

<dependency>
    <groupId>com.ibm.cics</groupId>
    <artifactId>com.ibm.cics.jcicsx</artifactId>
    <version>1.000.0-6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.cics : com.ibm.cics.jcicsx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.000.0-6.1

All Versions

Choose a version of com.ibm.cics : com.ibm.cics.jcicsx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6
com.ibm.cics.jcicsx-5.6-PH34012
1.000.x
com.ibm.cics.jcicsx-1.000.0-6.1
com.ibm.cics.jcicsx-1.000.0-5.6-PH40587
com.ibm.cics.jcicsx-1.000.0-5.6

How to add a dependency to Maven

Add the following com.ibm.cics : com.ibm.cics.jcicsx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.cics</groupId>
    <artifactId>com.ibm.cics.jcicsx</artifactId>
    <version>1.000.0-6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.cics : com.ibm.cics.jcicsx gradle dependency to your build.gradle file:

implementation 'com.ibm.cics:com.ibm.cics.jcicsx:1.000.0-6.1'

Gradle Kotlin DSL: Add the following com.ibm.cics : com.ibm.cics.jcicsx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.cics:com.ibm.cics.jcicsx:1.000.0-6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.cics : com.ibm.cics.jcicsx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.cics" % "com.ibm.cics.jcicsx" % "1.000.0-6.1"

Advertisement