XFireHome DocumentationJavadocs QuicklinksAegis Binding DevelopersDeveloper Space |
Maven 2.0With Maven 2.0 it is easy to get started using XFire. Just add the XFire dependencies that you need to your POM: <dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-jaxb2</artifactId> <version>1.0-RC1</version> </dependency> <dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-spring</artifactId> <version>1.0-RC1</version> </dependency> <dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-java5</artifactId> <version>1.0-RC1</version> </dependency> In this example the user is utilizing the JSR181 and JAXB 2.0 capabilities of XFire. Sine xfire-core and xfire-annotations are included transitively, there is no reason to include them in the POM. |