Files download
File Operation
dino-dinner-bidding-battle-core-0.0.2.jar download
dino-dinner-bidding-battle-core-0.0.2.pom download
dino-dinner-bidding-battle-core-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.developmentanddinosaurs.games.dinner</groupId>
  <artifactId>dino-dinner-bidding-battle-core</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'uk.co.developmentanddinosaurs.games.dinner:dino-dinner-bidding-battle-core:0.0.2'
Gradle Kotlin
implementation("uk.co.developmentanddinosaurs.games.dinner:dino-dinner-bidding-battle-core:0.0.2")
Scala SBT
libraryDependencies += "uk.co.developmentanddinosaurs.games.dinner" % "dino-dinner-bidding-battle-core" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.developmentanddinosaurs.games.dinner', module='dino-dinner-bidding-battle-core', version='0.0.2')
)
Apache Ivy
<dependency org="uk.co.developmentanddinosaurs.games.dinner" name="dino-dinner-bidding-battle-core" rev="0.0.2" />
Leiningen
[uk.co.developmentanddinosaurs.games.dinner/dino-dinner-bidding-battle-core "0.0.2"]
Apache Buildr
'uk.co.developmentanddinosaurs.games.dinner:dino-dinner-bidding-battle-core:jar:0.0.2'