<?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> <name>pythonparse_2.11</name> <groupId>com.lihaoyi</groupId> <artifactId>pythonparse_2.11</artifactId> <packaging>jar</packaging> <description>pythonparse</description> <version>3.0.2</version> <url>https://github.com/lihaoyi/fastparse</url> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/com-lihaoyi/fastparse.git</connection> <developerConnection>scm:git:ssh://git@github.com:com-lihaoyi/fastparse.git</developerConnection> <url>https://github.com/com-lihaoyi/fastparse</url> </scm> <developers> <developer> <id>lihaoyi</id> <name>Li Haoyi</name> <url>https://github.com/lihaoyi</url> </developer> </developers> <properties> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>fastparse_2.11</artifactId> <version>3.0.2</version> </dependency> </dependencies> </project>
<dependency> <groupId>com.lihaoyi</groupId> <artifactId>pythonparse_2.11</artifactId> <version>3.0.2</version> </dependency>
com.lihaoyi:pythonparse_2.11:3.0.2