Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdpl.wendigo |
ArtifactId | ArtifactIdchrome-reactive-kotlin |
Version | Version0.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.wendigo/chrome-reactive-kotlin/ -->
<dependency>
<groupId>pl.wendigo</groupId>
<artifactId>chrome-reactive-kotlin</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wendigo/chrome-reactive-kotlin/
implementation 'pl.wendigo:chrome-reactive-kotlin:0.5.4'
// https://jarcasting.com/artifacts/pl.wendigo/chrome-reactive-kotlin/
implementation ("pl.wendigo:chrome-reactive-kotlin:0.5.4")
'pl.wendigo:chrome-reactive-kotlin:jar:0.5.4'
<dependency org="pl.wendigo" name="chrome-reactive-kotlin" rev="0.5.4">
<artifact name="chrome-reactive-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wendigo', module='chrome-reactive-kotlin', version='0.5.4')
)
libraryDependencies += "pl.wendigo" % "chrome-reactive-kotlin" % "0.5.4"
[pl.wendigo/chrome-reactive-kotlin "0.5.4"]