paradox-theme-generic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.lightbend.paradox</groupId> <artifactId>paradox-theme-generic</artifactId> <version>0.10.7</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.lightbend.paradox</groupId> <artifactId>paradox-theme-generic</artifactId> <packaging>jar</packaging> <description>Paradox is a markdown documentation tool for software projects.</description> <url>https://developer.lightbend.com/docs/paradox/current/</url> <version>0.10.7</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>paradox-theme-generic</name> <organization> <name>lightbend</name> <url>https://lightbend.com/</url> </organization> <scm> <url>https://github.com/lightbend/paradox</url> <connection>git@github.com:lightbend/paradox.git</connection> </scm> <developers> <developer> <id>pvlugter</id> <name>Peter Vlugter</name> <url>https://github.com/pvlugter</url> <email>@pvlugter</email> </developer> <developer> <id>eed3si9n</id> <name>Eugene Yokota</name> <url>https://github.com/eed3si9n</url> <email>@eed3si9n</email> </developer> </developers> <dependencies> <dependency> <groupId>org.webjars</groupId> <artifactId>foundation</artifactId> <version>6.2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>prettify</artifactId> <version>4-Mar-2013-1</version> <scope>provided</scope> </dependency> </dependencies> </project>