MVN

com.postmarkapp : postmark

Maven & Gradle

Mar 28, 2023
35 stars

postmark · Postmark is a transactional email service provider.

<dependency>
    <groupId>com.postmarkapp</groupId>
    <artifactId>postmark</artifactId>
    <version>1.10.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.postmarkapp : postmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.21

All Versions

Choose a version of com.postmarkapp : postmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
postmark-1.10.21
postmark-1.10.2
postmark-1.10.1
postmark-1.10.0
1.9.x
postmark-1.9.12
postmark-1.9.11
postmark-1.9.1
postmark-1.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.postmarkapp</groupId>
    <artifactId>postmark</artifactId>
    <version>1.10.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.postmarkapp : postmark gradle dependency to your build.gradle file:

implementation 'com.postmarkapp:postmark:1.10.21'

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

implementation("com.postmarkapp:postmark:1.10.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.postmarkapp : postmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.postmarkapp" % "postmark" % "1.10.21"