Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.hildan.chrome |
ArtifactId | ArtifactIdchrome-devtools-kotlin |
Version | Version0.7.0 |
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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation 'org.hildan.chrome:chrome-devtools-kotlin:0.7.0'
// https://jarcasting.com/artifacts/org.hildan.chrome/chrome-devtools-kotlin/
implementation ("org.hildan.chrome:chrome-devtools-kotlin:0.7.0")
'org.hildan.chrome:chrome-devtools-kotlin:jar:0.7.0'
<dependency org="org.hildan.chrome" name="chrome-devtools-kotlin" rev="0.7.0">
<artifact name="chrome-devtools-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.chrome', module='chrome-devtools-kotlin', version='0.7.0')
)
libraryDependencies += "org.hildan.chrome" % "chrome-devtools-kotlin" % "0.7.0"
[org.hildan.chrome/chrome-devtools-kotlin "0.7.0"]