j

james-server-util

Files download
File Operation
james-server-util-3.0.0-beta5.jar download
james-server-util-3.0.0-beta5.pom download
james-server-util-3.0.0-beta5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.james</groupId>
  <artifactId>james-server-util</artifactId>
  <version>3.0.0-beta5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.james:james-server-util:3.0.0-beta5'
Gradle Kotlin
implementation("org.apache.james:james-server-util:3.0.0-beta5")
Scala SBT
libraryDependencies += "org.apache.james" % "james-server-util" % "3.0.0-beta5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james', module='james-server-util', version='3.0.0-beta5')
)
Apache Ivy
<dependency org="org.apache.james" name="james-server-util" rev="3.0.0-beta5" />
Leiningen
[org.apache.james/james-server-util "3.0.0-beta5"]
Apache Buildr
'org.apache.james:james-server-util:jar:3.0.0-beta5'