Maven Coordinates
Apache Maven
<dependency> <groupId>org.oxerr.stubhub.client</groupId> <artifactId>stubhub-client</artifactId> <version>0.0.2-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="org.oxerr.stubhub.client" name="stubhub-client" rev="0.0.2-SNAPSHOT"> <artifact name="stubhub-client" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.oxerr.stubhub.client', module='stubhub-client', version='0.0.2-SNAPSHOT') )
Gradle/Grails
implementation 'org.oxerr.stubhub.client:stubhub-client:0.0.2-SNAPSHOT'
Scala SBT
libraryDependencies += "org.oxerr.stubhub.client" % "stubhub-client" % "0.0.2-SNAPSHOT"
Leiningen
[org.oxerr.stubhub.client/stubhub-client "0.0.2-SNAPSHOT"]
