MVN

com.mozu : mozu-api-jobs

Maven & Gradle

Jan 31, 2017
6 stars

mozu-java-jobs · Mozu Java Jobs contains helper classes for running Spring Batch and Quartz scheduling

<dependency>
    <groupId>com.mozu</groupId>
    <artifactId>mozu-api-jobs</artifactId>
    <version>1.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mozu : mozu-api-jobs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.23
  • Latest Release Candidate: 1.0.17-RC1

All Versions

Choose a version of com.mozu : mozu-api-jobs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mozu-api-jobs-1.0.23
mozu-api-jobs-1.0.21
mozu-api-jobs-1.0.20
mozu-api-jobs-1.0.19
mozu-api-jobs-1.0.18
mozu-api-jobs-1.0.17
mozu-api-jobs-1.0.17-RC1
mozu-api-jobs-1.0.16
mozu-api-jobs-1.0.15
mozu-api-jobs-1.0.14
mozu-api-jobs-1.0.13
mozu-api-jobs-1.0.12
mozu-api-jobs-1.0.11
mozu-api-jobs-1.0.10
mozu-api-jobs-1.0.10-RC3
mozu-api-jobs-1.0.8
mozu-api-jobs-1.0.7
mozu-api-jobs-1.0.6
mozu-api-jobs-1.0.5
mozu-api-jobs-1.0.4
mozu-api-jobs-1.0.3
mozu-api-jobs-1.0.2

How to add a dependency to Maven

Add the following com.mozu : mozu-api-jobs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mozu</groupId>
    <artifactId>mozu-api-jobs</artifactId>
    <version>1.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mozu : mozu-api-jobs gradle dependency to your build.gradle file:

implementation 'com.mozu:mozu-api-jobs:1.0.23'

Gradle Kotlin DSL: Add the following com.mozu : mozu-api-jobs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mozu:mozu-api-jobs:1.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mozu : mozu-api-jobs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mozu" % "mozu-api-jobs" % "1.0.23"

Advertisement