<dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-xmlbeans</artifactId> <version>1.2</version> </dependency>
implementation 'org.codehaus.xfire:xfire-xmlbeans:1.2'
implementation("org.codehaus.xfire:xfire-xmlbeans:1.2")
libraryDependencies += "org.codehaus.xfire" % "xfire-xmlbeans" % "1.2"
@Grapes( @Grab(group='org.codehaus.xfire', module='xfire-xmlbeans', version='1.2') )
<dependency org="org.codehaus.xfire" name="xfire-xmlbeans" rev="1.2" />
[org.codehaus.xfire/xfire-xmlbeans "1.2"]
'org.codehaus.xfire:xfire-xmlbeans:jar:1.2'
<parent> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-parent</artifactId> <version>1.2</version> </parent>
compile
|-- org.codehaus.xfire:xfire-aegis
|-- xmlbeans:xbean