stax-ex/xmvn-reactor
2021-12-31 20:51:14 +08:00

27 lines
769 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<metadata xmlns="http://fedorahosted.org/xmvn/METADATA/3.0.0">
<artifacts>
<artifact>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<version>1.8</version>
<path>absolute-prefix/target/stax-ex-1.8.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<extension>pom</extension>
<version>1.8</version>
<path>absolute-prefix/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
</properties>
</artifact>
</artifacts>
</metadata>