MVN

com.ibm.jzos : ibmjzos

Maven & Gradle

Jan 18, 2024

JZOS Batch Launcher and Toolkit · Java™ Batch Launcher and Toolkit for z/OS® (JZOS) is a set of tools that helps you to develop z/OS Java applications that run in a traditional batch environment, and that access z/OS system services. This is a non-functional version of the JZOS jar file to be used for compiling applications only.

<dependency>
    <groupId>com.ibm.jzos</groupId>
    <artifactId>ibmjzos</artifactId>
    <version>2.4.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.11.1

All Versions

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

Version Vulnerabilities Updated
2.4.x
ibmjzos-2.4.11.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.jzos</groupId>
    <artifactId>ibmjzos</artifactId>
    <version>2.4.11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ibm.jzos:ibmjzos:2.4.11.1'

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

implementation("com.ibm.jzos:ibmjzos:2.4.11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ibm.jzos" % "ibmjzos" % "2.4.11.1"