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