MVN

com.r0adkll : postoffice

Maven & Gradle

Dec 02, 2014
1 usages

PostOffice · An Android library for creating both Holo/Material Design Dialogs

<dependency>
    <groupId>com.r0adkll</groupId>
    <artifactId>postoffice</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.r0adkll : postoffice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.r0adkll : postoffice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
postoffice-1.1.9
postoffice-1.1.8
postoffice-1.1.7
postoffice-1.1.6
postoffice-1.1.5
postoffice-1.1.4
postoffice-1.1.3
postoffice-1.1.2
postoffice-1.1.1
postoffice-1.1.0
1.0.x
postoffice-1.0.10
postoffice-1.0.9
postoffice-1.0.8
postoffice-1.0.7
postoffice-1.0.6
postoffice-1.0.5
postoffice-1.0.4
postoffice-1.0.3
postoffice-1.0.2
postoffice-1.0.1
postoffice-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.r0adkll</groupId>
    <artifactId>postoffice</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.r0adkll : postoffice gradle dependency to your build.gradle file:

implementation 'com.r0adkll:postoffice:1.1.9'

Gradle Kotlin DSL: Add the following com.r0adkll : postoffice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.r0adkll:postoffice:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.r0adkll : postoffice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.r0adkll" % "postoffice" % "1.1.9"

Advertisement