Dependency Information
Apache Maven
<dependency> <groupId>com.github.hypfvieh</groupId> <artifactId>dbus-java-parent</artifactId> <version>5.1.0-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.hypfvieh" name="dbus-java-parent" rev="5.1.0-SNAPSHOT"> <artifact name="dbus-java-parent" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hypfvieh', module='dbus-java-parent', version='5.1.0-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.hypfvieh:dbus-java-parent:5.1.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.hypfvieh" % "dbus-java-parent" % "5.1.0-SNAPSHOT"
Leiningen
[com.github.hypfvieh/dbus-java-parent "5.1.0-SNAPSHOT"]