txt2xhtml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sourceforge.jscl-meditor</groupId>
<artifactId>txt2xhtml</artifactId>
<version>4.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.jscl-meditor</groupId>
<artifactId>txt2xhtml</artifactId>
<packaging>jar</packaging>
<version>4.1</version>
<url>http://jscl-meditor.sourceforge.net/</url>
<description>java symbolic computing library and mathematical editor</description>
<licenses>
<license>
<name>LGPL</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
</license>
</licenses>
<name>txt2xhtml</name>
<organization>
<name>net.sourceforge.jscl-meditor</name>
</organization>
<scm>
<url>git@github.com:rjolly/meditor.git</url>
<connection>scm:git:git@github.com:rjolly/meditor.git</connection>
</scm>
<developers>
<developer>
<id>rjolly</id>
<name>Raphael Jolly</name>
<url>http://github.com/rjolly</url>
</developer>
</developers>
</project>