is not current version
Last Version 1.1.1

net.nextpulse:postmarkapp 1.1.0

An API client for the Postmark APIs, allowing both sending and receiving of email as well as account management.

Categories

Categories

Net
GroupId

GroupId

net.nextpulse
ArtifactId

ArtifactId

postmarkapp
Version

Version

1.1.0
Type

Type

jar

Download postmarkapp 1.1.0


<!-- https://jarcasting.com/artifacts/net.nextpulse/postmarkapp/ -->
<dependency>
    <groupId>net.nextpulse</groupId>
    <artifactId>postmarkapp</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.nextpulse/postmarkapp/
implementation 'net.nextpulse:postmarkapp:1.1.0'
// https://jarcasting.com/artifacts/net.nextpulse/postmarkapp/
implementation ("net.nextpulse:postmarkapp:1.1.0")
'net.nextpulse:postmarkapp:jar:1.1.0'
<dependency org="net.nextpulse" name="postmarkapp" rev="1.1.0">
  <artifact name="postmarkapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nextpulse', module='postmarkapp', version='1.1.0')
)
libraryDependencies += "net.nextpulse" % "postmarkapp" % "1.1.0"
[net.nextpulse/postmarkapp "1.1.0"]