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