myhtml4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.foobar27</groupId>
<artifactId>myhtml4j</artifactId>
<version>0.1.13</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>com.github.foobar27</groupId>
<artifactId>myhtml4j</artifactId>
<version>0.1.13</version>
<name>myhtml4j</name>
<description>JNI wrapper around the myhtml html5 parser</description>
<url>https://github.com/foobar27/nativeinitializer</url>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 3.0</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>foobar27</id>
<name>Sebastien Wagener</name>
<email>sebastien.wagener@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/foobar27/myhtml4j.git</connection>
<developerConnection>scm:git:ssh://github.com:foobar27/myhtml4j.git</developerConnection>
<url>http://github.com/foobar27/myhtml4j/tree/master</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/foobar27/myhtml4j/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.foobar27</groupId>
<artifactId>native-initializer</artifactId>
<version>0.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>