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