![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modello-plugin-dom4j Show documentation
Show all versions of modello-plugin-dom4j Show documentation
Modello Dom4J Plugin generates XML readers and writers based on Dom4J API.
<component-set> <components> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>dom4j-reader</role-hint> <implementation>org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>dom4j-writer</role-hint> <implementation>org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy