MVN

com.dukescript.presenters : android

Maven & Gradle

Mar 10, 2020
9 stars

DukeScript Presenter for Android

<dependency>
    <groupId>com.dukescript.presenters</groupId>
    <artifactId>android</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dukescript.presenters : android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of com.dukescript.presenters : android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
android-1.7.1
1.7
android-1.7
1.6.x
android-1.6.3
android-1.6.2
android-1.6.1
1.6
android-1.6
1.5.x
android-1.5.2
android-1.5.1
1.5
android-1.5
1.4
android-1.4
1.3
android-1.3
1.2
android-1.2
1.1
android-1.1
1.0
android-1.0
0.9.x
android-0.9.1
0.9
android-0.9
0.8.x
android-0.8.1
0.8
android-0.8
0.7
android-0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dukescript.presenters</groupId>
    <artifactId>android</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dukescript.presenters : android gradle dependency to your build.gradle file:

implementation 'com.dukescript.presenters:android:1.7.1'

Gradle Kotlin DSL: Add the following com.dukescript.presenters : android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dukescript.presenters:android:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dukescript.presenters : android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dukescript.presenters" % "android" % "1.7.1"

Advertisement