https://hal.archives-ouvertes.fr/hal-02079276
Tip revision: bac735336055e1e5fe24e87d33b42a802112e7df authored by Software Heritage on 22 April 2019, 15:46:39 UTC
hal: Deposit 287 in collection hal
hal: Deposit 287 in collection hal
Tip revision: bac7353
pom.xml
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lsv.xpparser</groupId>
<artifactId>xpparser</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>xpparser</name>
<properties>
<maven.compiler.source>7</maven.compiler.source>
<maven.compiler.target>7</maven.compiler.target>
</properties>
</project>