Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.oxerr.stubhub.client</groupId>
  <artifactId>stubhub-client-model</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="org.oxerr.stubhub.client" name="stubhub-client-model" rev="0.0.2-SNAPSHOT">
  <artifact name="stubhub-client-model" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.oxerr.stubhub.client', module='stubhub-client-model', version='0.0.2-SNAPSHOT')
)

Gradle/Grails

implementation 'org.oxerr.stubhub.client:stubhub-client-model:0.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "org.oxerr.stubhub.client" % "stubhub-client-model" % "0.0.2-SNAPSHOT"

Leiningen

[org.oxerr.stubhub.client/stubhub-client-model "0.0.2-SNAPSHOT"]