Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.sunland |
ArtifactId | ArtifactIdkotlin-react-intl |
Version | Version5.24.8-pre.18-kotlin-1.6.10 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.sunland/kotlin-react-intl/ -->
<dependency>
<groupId>io.sunland</groupId>
<artifactId>kotlin-react-intl</artifactId>
<version>5.24.8-pre.18-kotlin-1.6.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sunland/kotlin-react-intl/
implementation 'io.sunland:kotlin-react-intl:5.24.8-pre.18-kotlin-1.6.10'
// https://jarcasting.com/artifacts/io.sunland/kotlin-react-intl/
implementation ("io.sunland:kotlin-react-intl:5.24.8-pre.18-kotlin-1.6.10")
'io.sunland:kotlin-react-intl:pom:5.24.8-pre.18-kotlin-1.6.10'
<dependency org="io.sunland" name="kotlin-react-intl" rev="5.24.8-pre.18-kotlin-1.6.10">
<artifact name="kotlin-react-intl" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sunland', module='kotlin-react-intl', version='5.24.8-pre.18-kotlin-1.6.10')
)
libraryDependencies += "io.sunland" % "kotlin-react-intl" % "5.24.8-pre.18-kotlin-1.6.10"
[io.sunland/kotlin-react-intl "5.24.8-pre.18-kotlin-1.6.10"]