License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.sebrichards |
ArtifactId | ArtifactIdpostmark-scala_2.9.3 |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionpostmark-scala
Scala binding for the Postmark API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
postmark-scala_2.9.3-1.1.pom | |
postmark-scala_2.9.3-1.1.jar | 37 KB |
postmark-scala_2.9.3-1.1-sources.jar | 5 KB |
postmark-scala_2.9.3-1.1-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebrichards/postmark-scala_2.9.3/ -->
<dependency>
<groupId>com.github.sebrichards</groupId>
<artifactId>postmark-scala_2.9.3</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebrichards/postmark-scala_2.9.3/
implementation 'com.github.sebrichards:postmark-scala_2.9.3:1.1'
// https://jarcasting.com/artifacts/com.github.sebrichards/postmark-scala_2.9.3/
implementation ("com.github.sebrichards:postmark-scala_2.9.3:1.1")
'com.github.sebrichards:postmark-scala_2.9.3:jar:1.1'
<dependency org="com.github.sebrichards" name="postmark-scala_2.9.3" rev="1.1">
<artifact name="postmark-scala_2.9.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebrichards', module='postmark-scala_2.9.3', version='1.1')
)
libraryDependencies += "com.github.sebrichards" % "postmark-scala_2.9.3" % "1.1"
[com.github.sebrichards/postmark-scala_2.9.3 "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.3 |
org.apache.httpcomponents : httpclient | jar | 4.2.5 |
commons-io : commons-io | jar | 2.2 |
org.json4s : json4s-core_2.9.3 | jar | 3.2.5 |
org.json4s : json4s-jackson_2.9.3 | jar | 3.2.5 |
joda-time : joda-time | jar | 2.3 |
org.joda : joda-convert | jar | 1.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2_2.9.3 | jar | 1.12.4.1 |