wstx-asl

Used in: 23 components

Overview

Description

No description provided

Snippets

<dependency>
    <groupId>org.codehaus.woodstox</groupId>
    <artifactId>wstx-asl</artifactId>
    <version>4.0.6</version>
</dependency>

Maven POM File

<project>
  <!-- 01-Oct-2009, tatu: Relocation as per issue [WSTX-218]
    -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.codehaus.woodstox</groupId>
  <artifactId>wstx-asl</artifactId>
  <version>4.0.6</version>
  <distributionManagement>
    <relocation>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>woodstox-core-asl</artifactId>
    </relocation>
  </distributionManagement>
</project>