MVN

no.mnemonic.messaging : documentchannel

Maven & Gradle

Aug 03, 2023
3 usages
2 stars
<dependency>
    <groupId>no.mnemonic.messaging</groupId>
    <artifactId>documentchannel</artifactId>
    <version>1.3.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.mnemonic.messaging : documentchannel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.35

All Versions

Choose a version of no.mnemonic.messaging : documentchannel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
documentchannel-1.3.35
documentchannel-1.3.34
documentchannel-1.3.33
documentchannel-1.3.32
documentchannel-1.3.31
documentchannel-1.3.30
documentchannel-1.3.29
documentchannel-1.3.28
documentchannel-1.3.27
documentchannel-1.3.26
documentchannel-1.3.25
documentchannel-1.3.24
documentchannel-1.3.23
documentchannel-1.3.22
documentchannel-1.3.21
documentchannel-1.3.20
documentchannel-1.3.19
documentchannel-1.3.18
documentchannel-1.3.17
documentchannel-1.3.16
documentchannel-1.3.15
documentchannel-1.3.14
documentchannel-1.3.13
documentchannel-1.3.12
documentchannel-1.3.11
documentchannel-1.3.10
documentchannel-1.3.9
documentchannel-1.3.8
documentchannel-1.3.7
documentchannel-1.3.6
documentchannel-1.3.5
documentchannel-1.3.4
documentchannel-1.3.3
documentchannel-1.3.2
documentchannel-1.3.1
documentchannel-1.3.0
1.2.x
documentchannel-1.2.28
documentchannel-1.2.27
documentchannel-1.2.26
documentchannel-1.2.25
documentchannel-1.2.24
documentchannel-1.2.23
documentchannel-1.2.22
documentchannel-1.2.21
documentchannel-1.2.20
documentchannel-1.2.19
documentchannel-1.2.18
documentchannel-1.2.17
documentchannel-1.2.16
documentchannel-1.2.15
documentchannel-1.2.14
documentchannel-1.2.13
documentchannel-1.2.12
documentchannel-1.2.11
documentchannel-1.2.10
documentchannel-1.2.9
documentchannel-1.2.8
documentchannel-1.2.7
documentchannel-1.2.6
documentchannel-1.2.5
documentchannel-1.2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>no.mnemonic.messaging</groupId>
    <artifactId>documentchannel</artifactId>
    <version>1.3.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.mnemonic.messaging : documentchannel gradle dependency to your build.gradle file:

implementation 'no.mnemonic.messaging:documentchannel:1.3.35'

Gradle Kotlin DSL: Add the following no.mnemonic.messaging : documentchannel gradle kotlin dependency to your build.gradle.kts file:

implementation("no.mnemonic.messaging:documentchannel:1.3.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.mnemonic.messaging : documentchannel sbt scala dependency to your build.sbt file:

libraryDependencies += "no.mnemonic.messaging" % "documentchannel" % "1.3.35"

Advertisement