markdown-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.poole.gradle</groupId> <artifactId>markdown-gradle-plugin</artifactId> <version>0.2.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ch.poole.gradle</groupId> <artifactId>markdown-gradle-plugin</artifactId> <version>0.2.6</version> <dependencies> <dependency> <groupId>ch.poole.div</groupId> <artifactId>remark</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.18.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-all</artifactId> <version>0.64.8</version> <scope>runtime</scope> </dependency> </dependencies> <name>markdown-gradle-plugin</name> <url>https://github.com/simonpoole/markdown-gradle-plugin</url> <inceptionYear>2013</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/simonpoole/markdown-gradle-plugin.git</url> </scm> <developers> <developer> <id>aalmiray</id> <name>Andres Almiray</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>tednaleid</id> <name>Ted Naleid</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>simonpoole</id> <name>Simon Poole</name> <roles> <role>Developer</role> </roles> </developer> </developers> <contributors> <contributor> <name>Markus Schlichting</name> <roles> <role>contributor</role> </roles> </contributor> <contributor> <name>Ix-chel Ruiz</name> <roles> <role>contributor</role> </roles> </contributor> </contributors> <description>Markdown/HTML plugin for gradle (fork)</description> </project>