All Downloads are FREE. Search and download functionalities are using the official Maven repository.

modules.org.ow2.asm.impl.module.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2015 Red Hat, Inc. and/or its affiliates.
  ~
  ~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
  -->

<module xmlns="urn:jboss:module:1.3" name="org.ow2.asm" slot="impl">
  <properties>
    <property name="jboss.api" value="private"/>
  </properties>
  <resources>
    <artifact name="org.ow2.asm:asm:${version.org.objectweb.asm}"/>
    <artifact name="org.ow2.asm:asm-commons:${version.org.objectweb.asm}"/>
  </resources>

</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy