is not current version
Last Version 3.10.0-1007616

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

A Kotlin client for the Chrome DevTools Protocol

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.hildan.chrome
ArtifactId

ArtifactId

chrome-devtools-kotlin
Version

Version

0.12.1
Type

Type

jar

Download chrome-devtools-kotlin 0.12.1


<!-- https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/ -->
<dependency>
    <groupId>org.hildan.chrome</groupId>
    <artifactId>chrome-devtools-kotlin</artifactId>
    <version>0.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation 'org.hildan.chrome:chrome-devtools-kotlin:0.12.1'
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation ("org.hildan.chrome:chrome-devtools-kotlin:0.12.1")
'org.hildan.chrome:chrome-devtools-kotlin:jar:0.12.1'
<dependency org="org.hildan.chrome" name="chrome-devtools-kotlin" rev="0.12.1">
  <artifact name="chrome-devtools-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.chrome', module='chrome-devtools-kotlin', version='0.12.1')
)
libraryDependencies += "org.hildan.chrome" % "chrome-devtools-kotlin" % "0.12.1"
[org.hildan.chrome/chrome-devtools-kotlin "0.12.1"]