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