MVN

org.hildan.chrome : chrome-devtools-kotlin-linuxarm64

Maven & Gradle

Oct 11, 2023
42 stars

chrome-devtools-kotlin · A Kotlin client for the Chrome DevTools Protocol

<dependency>
    <groupId>org.hildan.chrome</groupId>
    <artifactId>chrome-devtools-kotlin-linuxarm64</artifactId>
    <version>5.6.0-1207450</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.0-1207450

All Versions

Choose a version of org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
chrome-devtools-kotlin-linuxarm64-5.6.0-1207450

How to add a dependency to Maven

Add the following org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hildan.chrome</groupId>
    <artifactId>chrome-devtools-kotlin-linuxarm64</artifactId>
    <version>5.6.0-1207450</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 gradle dependency to your build.gradle file:

implementation 'org.hildan.chrome:chrome-devtools-kotlin-linuxarm64:5.6.0-1207450'

Gradle Kotlin DSL: Add the following org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hildan.chrome:chrome-devtools-kotlin-linuxarm64:5.6.0-1207450")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hildan.chrome : chrome-devtools-kotlin-linuxarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hildan.chrome" % "chrome-devtools-kotlin-linuxarm64" % "5.6.0-1207450"