| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdorg.hildan.chrome |
| ArtifactId | ArtifactIdchrome-devtools-kotlin |
| Last Version | Last Version3.10.0-1007616 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionchrome-devtools-kotlin
A Kotlin client for the Chrome DevTools Protocol
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/ -->
<dependency>
<groupId>org.hildan.chrome</groupId>
<artifactId>chrome-devtools-kotlin</artifactId>
<version>3.10.0-1007616</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation 'org.hildan.chrome:chrome-devtools-kotlin:3.10.0-1007616'
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation ("org.hildan.chrome:chrome-devtools-kotlin:3.10.0-1007616")
'org.hildan.chrome:chrome-devtools-kotlin:jar:3.10.0-1007616'
<dependency org="org.hildan.chrome" name="chrome-devtools-kotlin" rev="3.10.0-1007616">
<artifact name="chrome-devtools-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.chrome', module='chrome-devtools-kotlin', version='3.10.0-1007616')
)
libraryDependencies += "org.hildan.chrome" % "chrome-devtools-kotlin" % "3.10.0-1007616"
[org.hildan.chrome/chrome-devtools-kotlin "3.10.0-1007616"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hildan.krossbow : krossbow-websocket-core-jvm | jar | 3.4.0 |
| io.ktor : ktor-client-cio-jvm | jar | 2.0.0 |
| io.ktor : ktor-client-content-negotiation-jvm | jar | 2.0.0 |
| io.ktor : ktor-client-serialization-jvm | jar | 2.0.0 |
| io.ktor : ktor-serialization-kotlinx-json-jvm | jar | 2.0.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.1 |
| org.jetbrains.kotlinx : kotlinx-serialization-json-jvm | jar | 1.3.2 |