MVN

com.dukescript.presenters : browser

Maven & Gradle

Mar 10, 2020
9 stars

DukeScript Presenter for any Browser

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

Latest Version

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

  • Latest Stable: 1.7.1

All Versions

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

Version Vulnerabilities Updated
1.7.x
browser-1.7.1
1.7
browser-1.7
1.6.x
browser-1.6.3
browser-1.6.2
browser-1.6.1
1.6
browser-1.6
1.5.x
browser-1.5.2
browser-1.5.1
1.5
browser-1.5
1.4
browser-1.4
1.3
browser-1.3
1.2
browser-1.2
1.1
browser-1.1
1.0
browser-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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