typography
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>typography</artifactId> <version>0.16.24</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>typography</artifactId> <version>0.16.24</version> <name>typography</name> <description>Opinionated toolkit for building websites with beautiful typography</description> <url>https://github.com/KyleAMathews/typography.js</url> <organization> <name>Kyle Mathews</name> <url>https://github.com/KyleAMathews/typography.js</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>kylemathews</name> <email>mathews.kyle@gmail.com</email> </developer> <developer> <name>jxnblk</name> <email>jxnblk@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/KyleAMathews/typography.js.git</connection> <developerConnection>https://github.com/KyleAMathews/typography.js.git</developerConnection> <url>https://github.com/KyleAMathews/typography.js</url> </scm> <issueManagement> <url>https://github.com/KyleAMathews/typography.js/issues</url> </issueManagement> <properties> <org.mvnpm-object-assign.version>[4.1.0,5)</org.mvnpm-object-assign.version> <org.mvnpm-gray-percentage.version>[2.0.0,3)</org.mvnpm-gray-percentage.version> <org.mvnpm-decamelize.version>[1.2.0,2)</org.mvnpm-decamelize.version> <org.mvnpm-lodash.version>[4.13.1,5)</org.mvnpm-lodash.version> <org.mvnpm-typography-normalize.version>[0.16.19,0.17)</org.mvnpm-typography-normalize.version> <org.mvnpm-compass-vertical-rhythm.version>[1.4.5,2)</org.mvnpm-compass-vertical-rhythm.version> <org.mvnpm-modularscale.version>[1.0.2,2)</org.mvnpm-modularscale.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>compass-vertical-rhythm</artifactId> <version>${org.mvnpm-compass-vertical-rhythm.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>decamelize</artifactId> <version>${org.mvnpm-decamelize.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>gray-percentage</artifactId> <version>${org.mvnpm-gray-percentage.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>lodash</artifactId> <version>${org.mvnpm-lodash.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>modularscale</artifactId> <version>${org.mvnpm-modularscale.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>object-assign</artifactId> <version>${org.mvnpm-object-assign.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>typography-normalize</artifactId> <version>${org.mvnpm-typography-normalize.version}</version> </dependency> </dependencies> </project>