<?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>org.unlaxer</groupId> <artifactId>unlaxer-shared</artifactId> <version>1.1.3</version> <name>Unlaxer parser combinator</name> <description>a simple parser combinator inspired by RelaxNG</description> <url>https://bitbucket.org/opaopa6969/unlaxer</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>opaopa6969</id> <name>Hisayuki Ookubo</name> <email>opaopa6969@gmail.com</email> </developer> </developers> <scm> <connection>scm:https://opaopa6969@bitbucket.org/opaopa6969/unlaxer.git</connection> <developerConnection>scm:https://opaopa6969@bitbucket.org/opaopa6969/unlaxer.git</developerConnection> <url>scm:https://opaopa6969@bitbucket.org/opaopa6969/unlaxer.git</url> </scm> <dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.unlaxer</groupId> <artifactId>unlaxer-shared</artifactId> <version>1.1.3</version> </dependency>
org.unlaxer:unlaxer-shared:1.1.3