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