styled
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>styled</artifactId>
<version>11.14.1</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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>styled</artifactId>
<version>11.14.1</version>
<name>emotion styled</name>
<description>styled API for emotion</description>
<url>https://github.com/emotion-js/emotion/tree/main#readme</url>
<organization>
<name>emotion styled</name>
<url>https://github.com/emotion-js/emotion/tree/main#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>tkh44</name>
<email>kye.hohenberger@gmail.com</email>
</developer>
<developer>
<name>emotion-release-bot</name>
<email>emotion-release-bot@hamil.town</email>
</developer>
<developer>
<name>andarist</name>
<email>mateuszburzynski@gmail.com</email>
</developer>
<developer>
<name>emmatown</name>
<email>npm@emmas.town</email>
</developer>
</developers>
<scm>
<connection>https://github.com/emotion-js/emotion.git#main.git</connection>
<developerConnection>https://github.com/emotion-js/emotion.git#main.git</developerConnection>
<url>https://github.com/emotion-js/emotion.git#main</url>
</scm>
<issueManagement>
<url>https://github.com/emotion-js/emotion/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.emotion-use-insertion-effect-with-fallbacks.version>[1.2.0,2)</org.mvnpm.at.emotion-use-insertion-effect-with-fallbacks.version>
<org.mvnpm.at.emotion-babel-plugin.version>[11.13.5,12)</org.mvnpm.at.emotion-babel-plugin.version>
<org.mvnpm.at.emotion-utils.version>[1.4.2,2)</org.mvnpm.at.emotion-utils.version>
<org.mvnpm.at.emotion-serialize.version>[1.3.3,2)</org.mvnpm.at.emotion-serialize.version>
<org.mvnpm.at.emotion-react.version>[11.0.0-rc.0,12)</org.mvnpm.at.emotion-react.version>
<org.mvnpm-react.version>[16.8.0,)</org.mvnpm-react.version>
<org.mvnpm.at.emotion-is-prop-valid.version>[1.3.0,2)</org.mvnpm.at.emotion-is-prop-valid.version>
<org.mvnpm.at.babel-runtime.version>[7.18.3,8)</org.mvnpm.at.babel-runtime.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.babel</groupId>
<artifactId>runtime</artifactId>
<version>${org.mvnpm.at.babel-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>babel-plugin</artifactId>
<version>${org.mvnpm.at.emotion-babel-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>is-prop-valid</artifactId>
<version>${org.mvnpm.at.emotion-is-prop-valid.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>serialize</artifactId>
<version>${org.mvnpm.at.emotion-serialize.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>use-insertion-effect-with-fallbacks</artifactId>
<version>${org.mvnpm.at.emotion-use-insertion-effect-with-fallbacks.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>utils</artifactId>
<version>${org.mvnpm.at.emotion-utils.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.emotion</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm.at.emotion-react.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
</dependency>
</dependencies>
</project>