Files download
File Operation
courier_0.27-3.0.0-RC1.jar download
courier_0.27-3.0.0-RC1.pom download
courier_0.27-3.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.daddykotex</groupId>
  <artifactId>courier_0.27</artifactId>
  <version>3.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.github.daddykotex:courier_0.27:3.0.0-RC1'
Gradle Kotlin
implementation("com.github.daddykotex:courier_0.27:3.0.0-RC1")
Scala SBT
libraryDependencies += "com.github.daddykotex" % "courier_0.27" % "3.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.daddykotex', module='courier_0.27', version='3.0.0-RC1')
)
Apache Ivy
<dependency org="com.github.daddykotex" name="courier_0.27" rev="3.0.0-RC1" />
Leiningen
[com.github.daddykotex/courier_0.27 "3.0.0-RC1"]
Apache Buildr
'com.github.daddykotex:courier_0.27:jar:3.0.0-RC1'