You can download markdownj-0.3.0.jar in this page.
BSD license
markdownj-0.3.0.jar file has the following types.
META-INF/MANIFEST.MF com.petebevin.markdown.CharacterProtector.class com.petebevin.markdown.HTMLDecoder.class com.petebevin.markdown.HTMLToken.class com.petebevin.markdown.LinkDefinition.class com.petebevin.markdown.MarkdownFilter.class com.petebevin.markdown.MarkdownProcessor.class com.petebevin.markdown.Replacement.class com.petebevin.markdown.TextEditor.class com.petebevin.markdown.test.EdgeCases.class com.petebevin.markdown.test.EmailAddresses.class com.petebevin.markdown.test.EscapeSpecialCharsWithinTagAttributes.class com.petebevin.markdown.test.LineConventions.class com.petebevin.markdown.test.MarkdownTestTester.class com.petebevin.markdown.test.MarkupFileTester.class com.petebevin.markdown.test.TestResultPair.class com.petebevin.markdown.test.TestTextEditor.class
markdownj-0.3.0.pom file content.
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) 2008, Alex Coles. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name "Markdown" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.markdownj</groupId> <artifactId>markdownj</artifactId> <packaging>jar</packaging> <version>0.3.0-1.0.2b4</version> <name>markdownj</name> <!--<url></url>--> <description>MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber.</description> <developers> <developer> <name>Pete Bevin</name> <email>pete@petebevin.com</email> <url>http://www.petebevin.com/</url> <roles> <role>Developer</role> </roles> </developer> <developer> <name>Marty Lamb</name> <email>mlamb@martiansoftware.com</email> <organization>Martian Software</organization> <organizationUrl>http://www.martiansoftware.com/</organizationUrl> <roles> <role>Developer</role> </roles> </developer> <developer> <name>John Mutchek</name> <email>jmutchek@martiansoftware.com</email> <url>http://www.mutchek.com/blog/</url> <organization>Martian Software</organization> <organizationUrl>http://www.martiansoftware.com/</organizationUrl> <roles> <role>Developer</role> </roles> </developer> <developer> <id>alexbcoles</id> <name>Alex Coles</name> <email>alex@alexcolesportfolio.com</email> <url>http://alexcolesportfolio.com</url> <organization>Ikonoklastik Productions</organization> <organizationUrl>http://www.ikonoklastik.com/</organizationUrl> <roles> <role>developer</role> </roles> <timezone>UTC+5</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/myabc/markdownj.git</connection> <url>scm:git:git://github.com/myabc/markdownj.git</url> </scm> <distributionManagement> <repository> <uniqueVersion>false</uniqueVersion> <id>googlecode</id> <url>svn:https://markdownj.googlecode.com/svn/repo</url> </repository> </distributionManagement> <licenses> <license> <name>BSD license</name> <comments> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name "Markdown" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. </comments> </license> </licenses> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> <repository> <id>don-asf-repository</id> <name>Don Brown's Repository</name> <url>http://people.apache.org/~mrdon/repository/</url> </repository> </repositories> <build> <sourceDirectory>src/java/</sourceDirectory> <testResources> <testResource> <directory>tests/</directory> </testResource> </testResources> <testSourceDirectory>test/java/</testSourceDirectory> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.8</version> </extension> </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.1-db-1</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.1-db-1</version> </dependency> </dependencies> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.5</source> <target>1.5</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.2</version> <configuration> <includes> <include>**/*.java</include> </includes> <excludes> <exclude>**/TestResultPair.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> <optional>true</optional> </dependency> </dependencies> <properties> <junit.version>4.5</junit.version> </properties> </project>
<dependency> <groupId>org.markdownj</groupId> <artifactId>markdownj</artifactId> <version>0.3.0</version> </dependency>
If you think the following markdownj-0.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download markdownj-0.3.0.jar file