core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.noties.markwon</groupId> <artifactId>core</artifactId> <version>4.6.2</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.noties.markwon</groupId> <artifactId>core</artifactId> <version>4.6.2</version> <packaging>aar</packaging> <name>Core</name> <description>Core Markwon artifact that includes basic markdown parsing and rendering</description> <url>https://github.com/noties/Markwon</url> <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> <developers> <developer> <id>noties</id> <name>Dimitry Ivanov</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/noties/Markwon.git</connection> <developerConnection>scm:git:git://github.com/noties/Markwon.git</developerConnection> <url>https://github.com/noties/Markwon</url> </scm> <dependencies> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.atlassian.commonmark</groupId> <artifactId>commonmark</artifactId> <version>0.13.0</version> <scope>compile</scope> </dependency> </dependencies> </project>