goober
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>goober</artifactId>
<version>2.1.19</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</groupId>
<artifactId>goober</artifactId>
<version>2.1.19</version>
<name>goober</name>
<description>A less than 1KB css-in-js solution</description>
<url>https://github.com/cristianbote/goober#readme</url>
<organization>
<name>Cristian</name>
<url>https://github.com/cristianbote/goober#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>cristianbote</name>
<email>botecristian@yahoo.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/cristianbote/goober.git</connection>
<developerConnection>https://github.com/cristianbote/goober.git</developerConnection>
<url>https://github.com/cristianbote/goober</url>
</scm>
<issueManagement>
<url>https://github.com/cristianbote/goober/issues</url>
</issueManagement>
<properties>
<org.mvnpm-csstype.version>[3.0.10,4)</org.mvnpm-csstype.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>csstype</artifactId>
<version>${org.mvnpm-csstype.version}</version>
</dependency>
</dependencies>
</project>