is not current version
Last Version 0.3.0

io.github.eagerlogic:visage 0.2.10

React like UI library for Kotlin JS

GroupId

GroupId

io.github.eagerlogic
ArtifactId

ArtifactId

visage
Version

Version

0.2.10
Type

Type

pom

Download visage 0.2.10


<!-- https://jarcasting.com/artifacts/io.github.eagerlogic/visage/ -->
<dependency>
    <groupId>io.github.eagerlogic</groupId>
    <artifactId>visage</artifactId>
    <version>0.2.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation 'io.github.eagerlogic:visage:0.2.10'
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation ("io.github.eagerlogic:visage:0.2.10")
'io.github.eagerlogic:visage:pom:0.2.10'
<dependency org="io.github.eagerlogic" name="visage" rev="0.2.10">
  <artifact name="visage" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.eagerlogic', module='visage', version='0.2.10')
)
libraryDependencies += "io.github.eagerlogic" % "visage" % "0.2.10"
[io.github.eagerlogic/visage "0.2.10"]