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

META-INF.plexus.components.xml Maven / Gradle / Ivy

Go to download

Modello XPP3 Plugin generates XML readers and writers based on XPP3 API (XML Pull Parser).

There is a newer version: 2.4.0
Show newest version
<component-set>
  <components>
    <component>
      <role>org.codehaus.modello.plugin.ModelloGenerator</role>
      <role-hint>xpp3-reader</role-hint>
      <implementation>org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
    <component>
      <role>org.codehaus.modello.plugin.ModelloGenerator</role>
      <role-hint>xpp3-extended-reader</role-hint>
      <implementation>org.codehaus.modello.plugin.xpp3.Xpp3ExtendedReaderGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
    <component>
      <role>org.codehaus.modello.plugin.ModelloGenerator</role>
      <role-hint>xpp3-writer</role-hint>
      <implementation>org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
  </components>
</component-set>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy