MVN

org.apache.james : james-server-task-json

Maven & Gradle

Dec 30, 2022
1 usages

Apache James :: Server :: Task :: Json · Utilities for serializing and de-serializing tasks and their additionalInformation

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-task-json</artifactId>
    <version>3.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.james : james-server-task-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.3

All Versions

Choose a version of org.apache.james : james-server-task-json to add to Maven or Gradle - All Versions:

  • Version Updated
  • james-server-task-json-3.7.3

    Dec 30, 2022
  • james-server-task-json-3.7.2

    Oct 07, 2022
  • james-server-task-json-3.7.1

    Aug 26, 2022
  • james-server-task-json-3.7.0

    Mar 01, 2022
  • james-server-task-json-3.6.2

    Jan 26, 2022
  • james-server-task-json-3.6.0

    Apr 06, 2021
  • james-server-task-json-3.5.0

    Jul 16, 2020
  • james-server-task-json-3.4.0

    Sep 05, 2019

How to add a dependency to Maven

Add the following org.apache.james : james-server-task-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-task-json</artifactId>
    <version>3.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.james : james-server-task-json gradle dependency to your build.gradle file:

implementation 'org.apache.james:james-server-task-json:3.7.3'

Gradle Kotlin DSL: Add the following org.apache.james : james-server-task-json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.james:james-server-task-json:3.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.james : james-server-task-json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.james" % "james-server-task-json" % "3.7.3"