<dependency> <groupId>org.metatype.sxc</groupId> <artifactId>sxc</artifactId> <version>0.8</version> <type>pom</type> </dependency>
implementation 'org.metatype.sxc:sxc:0.8'
implementation("org.metatype.sxc:sxc:0.8")
libraryDependencies += "org.metatype.sxc" % "sxc" % "0.8"
@Grapes( @Grab(group='org.metatype.sxc', module='sxc', version='0.8') )
<dependency org="org.metatype.sxc" name="sxc" rev="0.8" />
[org.metatype.sxc/sxc "0.8"]
'org.metatype.sxc:sxc:jar:0.8'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- org.codehaus.woodstox:wstx-asl:3.2.0
|-- junit:junit:3.8.1