MVN

com.ibm.batch : com.ibm.batch-cdi-integration

Maven & Gradle

Jan 31, 2013
<dependency>
    <groupId>com.ibm.batch</groupId>
    <artifactId>com.ibm.batch-cdi-integration</artifactId>
    <version>1.0-b04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.batch : com.ibm.batch-cdi-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-b04

All Versions

Choose a version of com.ibm.batch : com.ibm.batch-cdi-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
com.ibm.batch-cdi-integration-1.0-b04
com.ibm.batch-cdi-integration-1.0-b03

How to add a dependency to Maven

Add the following com.ibm.batch : com.ibm.batch-cdi-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.batch</groupId>
    <artifactId>com.ibm.batch-cdi-integration</artifactId>
    <version>1.0-b04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.batch : com.ibm.batch-cdi-integration gradle dependency to your build.gradle file:

implementation 'com.ibm.batch:com.ibm.batch-cdi-integration:1.0-b04'

Gradle Kotlin DSL: Add the following com.ibm.batch : com.ibm.batch-cdi-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.batch:com.ibm.batch-cdi-integration:1.0-b04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.batch : com.ibm.batch-cdi-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.batch" % "com.ibm.batch-cdi-integration" % "1.0-b04"