<dependency> <groupId>activesoap</groupId> <artifactId>jaxb-xercesImpl</artifactId> <version>1.5</version> </dependency>
implementation 'activesoap:jaxb-xercesImpl:1.5'
implementation("activesoap:jaxb-xercesImpl:1.5")
libraryDependencies += "activesoap" % "jaxb-xercesImpl" % "1.5"
@Grapes( @Grab(group='activesoap', module='jaxb-xercesImpl', version='1.5') )
<dependency org="activesoap" name="jaxb-xercesImpl" rev="1.5" />
[activesoap/jaxb-xercesImpl "1.5"]
'activesoap:jaxb-xercesImpl:jar:1.5'