<dependency>
<groupId>org.jetbrains.compose.html</groupId>
<artifactId>html-core-js</artifactId>
<version>1.6.0</version>
<type>klib</type>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.compose.html', module='html-core-js', version='1.6.0')
)