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