Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.hildan.chrome |
ArtifactId | ArtifactIdchrome-devtools-kotlin |
Version | Version0.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/ -->
<dependency>
<groupId>org.hildan.chrome</groupId>
<artifactId>chrome-devtools-kotlin</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation 'org.hildan.chrome:chrome-devtools-kotlin:0.10.1'
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation ("org.hildan.chrome:chrome-devtools-kotlin:0.10.1")
'org.hildan.chrome:chrome-devtools-kotlin:jar:0.10.1'
<dependency org="org.hildan.chrome" name="chrome-devtools-kotlin" rev="0.10.1">
<artifact name="chrome-devtools-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.chrome', module='chrome-devtools-kotlin', version='0.10.1')
)
libraryDependencies += "org.hildan.chrome" % "chrome-devtools-kotlin" % "0.10.1"
[org.hildan.chrome/chrome-devtools-kotlin "0.10.1"]