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