org-netbeans-libs-flexmark
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-libs-flexmark</artifactId> <version>RELEASE160</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> <parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-libs-flexmark</artifactId> <version>RELEASE160</version> <dependencies> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-html2md-converter</artifactId> <version>0.50.36</version> <classifier></classifier> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.11.3</version> <classifier></classifier> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util</artifactId> <version>0.50.36</version> <classifier></classifier> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-formatter</artifactId> <version>0.50.36</version> <classifier></classifier> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-emoji</artifactId> <version>0.50.36</version> <classifier></classifier> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.50.36</version> <classifier></classifier> </dependency> </dependencies> </project>