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