pure-css
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.vx68k.webapp.pure</groupId>
<artifactId>pure-css</artifactId>
<version>0.6.0-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
pom.xml - Maven POM for Pure CSS modules rollup
Copyright (C) 2017 Kaz Nishimura
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.vx68k.webapp.pure</groupId>
<artifactId>pure-parent</artifactId>
<version>0.6.0-1</version>
</parent>
<artifactId>pure-css</artifactId>
<name>Pure CSS modules rollup</name>
<description>Pure CSS modules rollup for Java web applications.</description>
<dependencies>
</dependencies>
</project>