MVN

com.wildbit.java : postmark

Maven & Gradle

Dec 06, 2022
4 usages
35 stars

postmark · Postmark is a transactional email service provider.

<dependency>
    <groupId>com.wildbit.java</groupId>
    <artifactId>postmark</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.0

All Versions

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

Version Vulnerabilities Updated
1.9.x
postmark-1.9.0
1.8.x
postmark-1.8.4
postmark-1.8.3
postmark-1.8.2
postmark-1.8.1
postmark-1.8.0
1.7.x
postmark-1.7.6
postmark-1.7.5
postmark-1.7.4
postmark-1.7.3
postmark-1.7.2
1.7
postmark-1.7
1.5.x
postmark-1.5.7
postmark-1.5.6
postmark-1.5.5
postmark-1.5.3
postmark-1.5.2
postmark-1.5.0
1.2.x
postmark-1.2.5
postmark-1.2.4
postmark-1.2.3
postmark-1.2.2
postmark-1.2.1
postmark-1.2.0
1.1.x
postmark-1.1.9
postmark-1.1.8
postmark-1.1.7
postmark-1.1.6
postmark-1.1.5
postmark-1.1.4
postmark-1.1.3
postmark-1.1.2
postmark-1.1.1
1.1
postmark-1.1
1.0.x
postmark-1.0.6
postmark-1.0.5
postmark-1.0.4
postmark-1.0.3
postmark-1.0.2
postmark-1.0.1
postmark-1.0.0
0.9.x
postmark-0.9.3
postmark-0.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wildbit.java</groupId>
    <artifactId>postmark</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.wildbit.java:postmark:1.9.0'

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

implementation("com.wildbit.java:postmark:1.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.wildbit.java" % "postmark" % "1.9.0"

Advertisement