kotlin-react-responsive
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.samgarasx</groupId>
<artifactId>kotlin-react-responsive</artifactId>
<version>8.1.0-pre.12-kotlin-1.5.21</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.samgarasx</groupId>
<artifactId>kotlin-react-responsive</artifactId>
<version>8.1.0-pre.12-kotlin-1.5.21</version>
<packaging>pom</packaging>
<name>kotlin-react-responsive</name>
<description>Kotlin/JS wrapper for React Responsive</description>
<url>https://github.com/samgarasx/kotlin-js-wrappers</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/samgarasx/kotlin-js-wrappers/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>samgarasx</id>
<name>Samuel Garcia</name>
<email>samgarasx@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/samgarasx/kotlin-js-wrappers.git</connection>
<developerConnection>scm:git:git@github.com:samgarasx/kotlin-js-wrappers.git</developerConnection>
<url>https://github.com/samgarasx/kotlin-js-wrappers</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin-wrappers</groupId>
<artifactId>kotlin-react</artifactId>
<version>17.0.2-pre.222-kotlin-1.5.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>1.5.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>