MVN

james : james

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>james</groupId>
    <artifactId>james</artifactId>
    <version>3.0a1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of james : james to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0a1

All Versions

Choose a version of james : james to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0a1
james-3.0a1

How to add a dependency to Maven

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

<dependency>
    <groupId>james</groupId>
    <artifactId>james</artifactId>
    <version>3.0a1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following james : james gradle dependency to your build.gradle file:

implementation 'james:james:3.0a1'

Gradle Kotlin DSL: Add the following james : james gradle kotlin dependency to your build.gradle.kts file:

implementation("james:james:3.0a1")

How to add a dependency to SBT Scala

SBT Scala: Add the following james : james sbt scala dependency to your build.sbt file:

libraryDependencies += "james" % "james" % "3.0a1"