<dependency> <groupId>edu.byu.hbll</groupId> <artifactId>xml</artifactId> <version>1.0.1</version> </dependency>
'edu.byu.hbll:xml:jar:1.0.1'
<dependency org="edu.byu.hbll" name="xml" rev="1.0.1"> <artifact name="xml" type="jar" /> </dependency>
@Grapes( @Grab(group='edu.byu.hbll', module='xml', version='1.0.1') )
compile 'edu.byu.hbll:xml:1.0.1'
libraryDependencies += "edu.byu.hbll" % "xml" % "1.0.1"
[edu.byu.hbll/xml "1.0.1"]