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