Files download
File Operation
restaurant-core-0.0.10.jar download
restaurant-core-0.0.10.pom download
restaurant-core-0.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.christophsturm.restaurant</groupId>
  <artifactId>restaurant-core</artifactId>
  <version>0.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.christophsturm.restaurant:restaurant-core:0.0.10'
Gradle Kotlin
implementation("com.christophsturm.restaurant:restaurant-core:0.0.10")
Scala SBT
libraryDependencies += "com.christophsturm.restaurant" % "restaurant-core" % "0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.christophsturm.restaurant', module='restaurant-core', version='0.0.10')
)
Apache Ivy
<dependency org="com.christophsturm.restaurant" name="restaurant-core" rev="0.0.10" />
Leiningen
[com.christophsturm.restaurant/restaurant-core "0.0.10"]
Apache Buildr
'com.christophsturm.restaurant:restaurant-core:jar:0.0.10'