MVN

ch.temparus.android : dialog

Maven & Gradle

Jul 30, 2015
0 stars

Android Dialog Library · Android Dialog library

<dependency>
    <groupId>ch.temparus.android</groupId>
    <artifactId>dialog</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.temparus.android : dialog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of ch.temparus.android : dialog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dialog-1.1.1
dialog-1.1.0
1.0.x
dialog-1.0.1
dialog-1.0.0

How to add a dependency to Maven

Add the following ch.temparus.android : dialog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.temparus.android</groupId>
    <artifactId>dialog</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.temparus.android : dialog gradle dependency to your build.gradle file:

implementation 'ch.temparus.android:dialog:1.1.1'

Gradle Kotlin DSL: Add the following ch.temparus.android : dialog gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.temparus.android:dialog:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.temparus.android : dialog sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.temparus.android" % "dialog" % "1.1.1"

Advertisement