<dependency> <groupId>org.metatype.sxc</groupId> <artifactId>sxc-runtime</artifactId> <version>0.8</version> </dependency>
implementation 'org.metatype.sxc:sxc-runtime:0.8'
implementation("org.metatype.sxc:sxc-runtime:0.8")
libraryDependencies += "org.metatype.sxc" % "sxc-runtime" % "0.8"
@Grapes( @Grab(group='org.metatype.sxc', module='sxc-runtime', version='0.8') )
<dependency org="org.metatype.sxc" name="sxc-runtime" rev="0.8" />
[org.metatype.sxc/sxc-runtime "0.8"]
'org.metatype.sxc:sxc-runtime:jar:0.8'
<parent> <groupId>org.metatype.sxc</groupId> <artifactId>sxc</artifactId> <version>0.8</version> </parent>
compile
|-- stax:stax-api:1.0.1