Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.nextpulse |
ArtifactId | ArtifactIdpostmarkapp |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
postmarkapp-1.1.0.pom | |
postmarkapp-1.1.0.jar | 263 KB |
postmarkapp-1.1.0-sources.jar | 156 KB |
postmarkapp-1.1.0-javadoc.jar | 769 KB |
Browse |
<!-- 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"]